Html Css Color HEX #6632DB Purple Heart

📋 copy color: '#6632DB'

red 102 ◦ green 50 ◦ blue 219

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

Shades of Purple Heart #6632DB

Tints of Purple Heart #6632DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 27.49%
G = 13.48%
B = 59.03%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6632DB (or 0x6632DB) is known color: Purple Heart. HEX triplet: 66, 32 and DB. RGB value is (102,50,219). Sum of RGB (Red+Green+Blue) = 102+50+219=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #6632DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632DB is #99CD24. Grayscale: #545454. Windows color (decimal): -10079525 or 14365286. OLE color: 14365286.

HSL color Cylindrical-coordinate representation of color #6632DB: hue angle of 258.46º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6632DB is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 50 219 -
CMYK 0.53 0.77 0 0.14
HSL 258.46º 0.7% 0.53% -
HSV(B) 258.46º 0.77% 0.86% -
XYZ 19.41 10.22 67.97 -
YUV 84.81 203.73 140.26 -
System Red Green Blue C M Y K H S L
Decimal 102 50 219 0.53 0.77 0 0.14 258.46 0.7 0.53
Hex 66 32 DB 35 4D 0 E 102 46 35
Octal 146 62 333 65 115 0 16 402 106 65
Binary 1100110 110010 11011011 110101 1001101 0 1110 100000010 1000110 110101

Color Harmonies of #6632DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6632DB

Black with #6632DB

Text Example


Text Example

White with #6632DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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