Html Css Color HEX #661DCA Purple Heart

📋 copy color: '#661DCA'

red 102 ◦ green 29 ◦ blue 202

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

Shades of Purple Heart #661DCA

Tints of Purple Heart #661DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.66%

R = 30.63%
G = 8.71%
B = 60.66%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#661DCA (or 0x661DCA) is known color: Purple Heart. HEX triplet: 66, 1D and CA. RGB value is (102,29,202). Sum of RGB (Red+Green+Blue) = 102+29+202=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #661DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DCA is #99E235. Grayscale: #454545. Windows color (decimal): -10084918 or 13245798. OLE color: 13245798.

HSL color Cylindrical-coordinate representation of color #661DCA: hue angle of 265.32º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661DCA is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 29 202 -
CMYK 0.50 0.86 0 0.21
HSL 265.32º 0.75% 0.45% -
HSV(B) 265.32º 0.86% 0.79% -
XYZ 16.58 7.97 56.54 -
YUV 70.55 202.18 150.43 -
System Red Green Blue C M Y K H S L
Decimal 102 29 202 0.50 0.86 0 0.21 265.32 0.75 0.45
Hex 66 1D CA 32 56 0 15 109 4B 2D
Octal 146 35 312 62 126 0 25 411 113 55
Binary 1100110 11101 11001010 110010 1010110 0 10101 100001001 1001011 101101

Color Harmonies of #661DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DCA

Black with #661DCA

Text Example


Text Example

White with #661DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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