Html Css Color HEX #6633DE Purple Heart

📋 copy color: '#6633DE'

red 102 ◦ green 51 ◦ blue 222

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

Shades of Purple Heart #6633DE

Tints of Purple Heart #6633DE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.6%

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

R = 27.2%
G = 13.6%
B = 59.2%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6633DE (or 0x6633DE) is known color: Purple Heart. HEX triplet: 66, 33 and DE. RGB value is (102,51,222). Sum of RGB (Red+Green+Blue) = 102+51+222=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #6633DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633DE is #99CC21. Grayscale: #555555. Windows color (decimal): -10079266 or 14562150. OLE color: 14562150.

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

Color convert

RGB 102 51 222 -
CMYK 0.54 0.77 0 0.13
HSL 257.89º 0.72% 0.54% -
HSV(B) 257.89º 0.77% 0.87% -
XYZ 19.85 10.47 70.08 -
YUV 85.74 204.9 139.6 -
System Red Green Blue C M Y K H S L
Decimal 102 51 222 0.54 0.77 0 0.13 257.89 0.72 0.54
Hex 66 33 DE 36 4D 0 D 102 48 36
Octal 146 63 336 66 115 0 15 402 110 66
Binary 1100110 110011 11011110 110110 1001101 0 1101 100000010 1001000 110110

Color Harmonies of #6633DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6633DE

Black with #6633DE

Text Example


Text Example

White with #6633DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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