Html Css Color HEX #6632DD Purple Heart

📋 copy color: '#6632DD'

red 102 ◦ green 50 ◦ blue 221

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

Shades of Purple Heart #6632DD

Tints of Purple Heart #6632DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 27.35%
G = 13.4%
B = 59.25%

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

#6632DD (or 0x6632DD) is known color: Purple Heart. HEX triplet: 66, 32 and DD. RGB value is (102,50,221). Sum of RGB (Red+Green+Blue) = 102+50+221=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #6632DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632DD is #99CD22. Grayscale: #545454. Windows color (decimal): -10079523 or 14496358. OLE color: 14496358.

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

Color convert

RGB 102 50 221 -
CMYK 0.54 0.77 0 0.13
HSL 258.25º 0.72% 0.53% -
HSV(B) 258.25º 0.77% 0.87% -
XYZ 19.67 10.33 69.36 -
YUV 85.04 204.73 140.1 -
System Red Green Blue C M Y K H S L
Decimal 102 50 221 0.54 0.77 0 0.13 258.25 0.72 0.53
Hex 66 32 DD 36 4D 0 D 102 48 35
Octal 146 62 335 66 115 0 15 402 110 65
Binary 1100110 110010 11011101 110110 1001101 0 1101 100000010 1001000 110101

Color Harmonies of #6632DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6632DD

Black with #6632DD

Text Example


Text Example

White with #6632DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6632DD; }

 p { color: rgb(102,50,221); }

 H1.HeaderClassName
 {
   color: #6632DD;
 }
 .AnyTagClassName
 {
   color: #6632DD;
 }
</style>

background-color css

<style>
 a { background-color: #6632DD; }

 a { background-color: rgb(102,50,221); }

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

border-color css

<style>
 span { border-color: #6632DD; }

 span { border-color: rgb(102,50,221); }

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