Html Css Color HEX #6818EA Han Purple

📋 copy color: '#6818EA'

red 104 ◦ green 24 ◦ blue 234

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

Shades of Han Purple #6818EA

Tints of Han Purple #6818EA

RGB

 RED value IS 104 (41.02% from 255) = 28.73%

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

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

R = 28.73%
G = 6.63%
B = 64.64%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6818EA (or 0x6818EA) is known color: Han Purple. HEX triplet: 68, 18 and EA. RGB value is (104,24,234). Sum of RGB (Red+Green+Blue) = 104+24+234=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #6818EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6818EA is #97E715. Grayscale: #474747. Windows color (decimal): -9955094 or 15341672. OLE color: 15341672.

HSL color Cylindrical-coordinate representation of color #6818EA: hue angle of 262.86º 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 #6818EA is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 24 234 -
CMYK 0.56 0.90 0 0.08
HSL 262.86º 0.83% 0.51% -
HSV(B) 262.86º 0.9% 0.92% -
XYZ 20.89 9.54 78.58 -
YUV 71.86 219.5 150.92 -
System Red Green Blue C M Y K H S L
Decimal 104 24 234 0.56 0.90 0 0.08 262.86 0.83 0.51
Hex 68 18 EA 38 5A 0 8 107 53 33
Octal 150 30 352 70 132 0 10 407 123 63
Binary 1101000 11000 11101010 111000 1011010 0 1000 100000111 1010011 110011

Color Harmonies of #6818EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6818EA

Black with #6818EA

Text Example


Text Example

White with #6818EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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