Html Css Color HEX #6918EA Han Purple

📋 copy color: '#6918EA'

red 105 ◦ green 24 ◦ blue 234

#6918EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6918EA

Tints of Han Purple #6918EA

RGB

 RED value IS 105 (41.41% from 255) = 28.93%

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 28.93%
G = 6.61%
B = 64.46%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6918EA (or 0x6918EA) is known color: Han Purple. HEX triplet: 69, 18 and EA. RGB value is (105,24,234). Sum of RGB (Red+Green+Blue) = 105+24+234=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #6918EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6918EA is #96E715. Grayscale: #474747. Windows color (decimal): -9889558 or 15341673. OLE color: 15341673.

HSL color Cylindrical-coordinate representation of color #6918EA: hue angle of 263.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6918EA is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 24 234 -
CMYK 0.55 0.90 0 0.08
HSL 263.14º 0.83% 0.51% -
HSV(B) 263.14º 0.9% 0.92% -
XYZ 21 9.6 78.59 -
YUV 72.16 219.34 151.42 -
System Red Green Blue C M Y K H S L
Decimal 105 24 234 0.55 0.90 0 0.08 263.14 0.83 0.51
Hex 69 18 EA 37 5A 0 8 107 53 33
Octal 151 30 352 67 132 0 10 407 123 63
Binary 1101001 11000 11101010 110111 1011010 0 1000 100000111 1010011 110011

Color Harmonies of #6918EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6918EA

Black with #6918EA

Text Example


Text Example

White with #6918EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6918EA; }

 p { color: rgb(105,24,234); }

 H1.HeaderClassName
 {
   color: #6918EA;
 }
 .AnyTagClassName
 {
   color: #6918EA;
 }
</style>

background-color css

<style>
 a { background-color: #6918EA; }

 a { background-color: rgb(105,24,234); }

 div.DivClassName
 {
   background-color: #6918EA;
 }
 .BgClassName
 {
   background-color: #6918EA;
 }
</style>

border-color css

<style>
 span { border-color: #6918EA; }

 span { border-color: rgb(105,24,234); }

 td.TdClassName
 {
   border-color: #6918EA;
 }
 .TagClassName
 {
   border-color: #6918EA;
 }
</style>