Html Css Color HEX #6633DC Purple Heart

📋 copy color: '#6633DC'

red 102 ◦ green 51 ◦ blue 220

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

Shades of Purple Heart #6633DC

Tints of Purple Heart #6633DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 27.35%
G = 13.67%
B = 58.98%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6633DC (or 0x6633DC) is known color: Purple Heart. HEX triplet: 66, 33 and DC. RGB value is (102,51,220). Sum of RGB (Red+Green+Blue) = 102+51+220=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #6633DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633DC is #99CC23. Grayscale: #545454. Windows color (decimal): -10079268 or 14431078. OLE color: 14431078.

HSL color Cylindrical-coordinate representation of color #6633DC: hue angle of 258.11º degrees, saturation: 0.71, 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 #6633DC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 51 220 -
CMYK 0.54 0.77 0 0.14
HSL 258.11º 0.71% 0.53% -
HSV(B) 258.11º 0.77% 0.86% -
XYZ 19.58 10.36 68.68 -
YUV 85.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 102 51 220 0.54 0.77 0 0.14 258.11 0.71 0.53
Hex 66 33 DC 36 4D 0 E 102 47 35
Octal 146 63 334 66 115 0 16 402 107 65
Binary 1100110 110011 11011100 110110 1001101 0 1110 100000010 1000111 110101

Color Harmonies of #6633DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6633DC

Black with #6633DC

Text Example


Text Example

White with #6633DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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