Html Css Color HEX #6615DE Han Purple

📋 copy color: '#6615DE'

red 102 ◦ green 21 ◦ blue 222

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

Shades of Han Purple #6615DE

Tints of Han Purple #6615DE

RGB

 RED value IS 102 (40.23% from 255) = 29.57%

 GREEN value IS 21 (8.59% from 255) = 6.09%

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 29.57%
G = 6.09%
B = 64.35%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6615DE (or 0x6615DE) is known color: Han Purple. HEX triplet: 66, 15 and DE. RGB value is (102,21,222). Sum of RGB (Red+Green+Blue) = 102+21+222=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #6615DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6615DE is #99EA21. Grayscale: #434343. Windows color (decimal): -10086946 or 14554470. OLE color: 14554470.

HSL color Cylindrical-coordinate representation of color #6615DE: hue angle of 264.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6615DE is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 21 222 -
CMYK 0.54 0.91 0 0.13
HSL 264.18º 0.83% 0.48% -
HSV(B) 264.18º 0.91% 0.87% -
XYZ 18.93 8.64 69.78 -
YUV 68.13 214.84 152.16 -
System Red Green Blue C M Y K H S L
Decimal 102 21 222 0.54 0.91 0 0.13 264.18 0.83 0.48
Hex 66 15 DE 36 5B 0 D 108 53 30
Octal 146 25 336 66 133 0 15 410 123 60
Binary 1100110 10101 11011110 110110 1011011 0 1101 100001000 1010011 110000

Color Harmonies of #6615DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6615DE

Black with #6615DE

Text Example


Text Example

White with #6615DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6615DE; }

 p { color: rgb(102,21,222); }

 H1.HeaderClassName
 {
   color: #6615DE;
 }
 .AnyTagClassName
 {
   color: #6615DE;
 }
</style>

background-color css

<style>
 a { background-color: #6615DE; }

 a { background-color: rgb(102,21,222); }

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

border-color css

<style>
 span { border-color: #6615DE; }

 span { border-color: rgb(102,21,222); }

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