Html Css Color HEX #661DCC Purple Heart

📋 copy color: '#661DCC'

red 102 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #661DCC

Tints of Purple Heart #661DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.66%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 30.45%
G = 8.66%
B = 60.9%

CMYK

 C value IS 0.5

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#661DCC (or 0x661DCC) is known color: Purple Heart. HEX triplet: 66, 1D and CC. RGB value is (102,29,204). Sum of RGB (Red+Green+Blue) = 102+29+204=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #661DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DCC is #99E233. Grayscale: #464646. Windows color (decimal): -10084916 or 13376870. OLE color: 13376870.

HSL color Cylindrical-coordinate representation of color #661DCC: hue angle of 265.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661DCC is Cyan = 0.5, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 29 204 -
CMYK 0.5 0.86 0 0.2
HSL 265.03º 0.75% 0.46% -
HSV(B) 265.03º 0.86% 0.8% -
XYZ 16.82 8.06 57.8 -
YUV 70.78 203.18 150.27 -
System Red Green Blue C M Y K H S L
Decimal 102 29 204 0.5 0.86 0 0.2 265.03 0.75 0.46
Hex 66 1D CC 32 56 0 14 109 4B 2E
Octal 146 35 314 62 126 0 24 411 113 56
Binary 1100110 11101 11001100 110010 1010110 0 10100 100001001 1001011 101110

Color Harmonies of #661DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DCC

Black with #661DCC

Text Example


Text Example

White with #661DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661DCC; }

 p { color: rgb(102,29,204); }

 H1.HeaderClassName
 {
   color: #661DCC;
 }
 .AnyTagClassName
 {
   color: #661DCC;
 }
</style>

background-color css

<style>
 a { background-color: #661DCC; }

 a { background-color: rgb(102,29,204); }

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

border-color css

<style>
 span { border-color: #661DCC; }

 span { border-color: rgb(102,29,204); }

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