Html Css Color HEX #661FCE Purple Heart

📋 copy color: '#661FCE'

red 102 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #661FCE

Tints of Purple Heart #661FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.14%

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 30.09%
G = 9.14%
B = 60.77%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#661FCE (or 0x661FCE) is known color: Purple Heart. HEX triplet: 66, 1F and CE. RGB value is (102,31,206). Sum of RGB (Red+Green+Blue) = 102+31+206=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #661FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661FCE is #99E031. Grayscale: #474747. Windows color (decimal): -10084402 or 13508454. OLE color: 13508454.

HSL color Cylindrical-coordinate representation of color #661FCE: hue angle of 264.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661FCE is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 31 206 -
CMYK 0.50 0.85 0 0.19
HSL 264.34º 0.74% 0.46% -
HSV(B) 264.34º 0.85% 0.81% -
XYZ 17.11 8.26 59.09 -
YUV 72.18 203.52 149.27 -
System Red Green Blue C M Y K H S L
Decimal 102 31 206 0.50 0.85 0 0.19 264.34 0.74 0.46
Hex 66 1F CE 32 55 0 13 108 4A 2E
Octal 146 37 316 62 125 0 23 410 112 56
Binary 1100110 11111 11001110 110010 1010101 0 10011 100001000 1001010 101110

Color Harmonies of #661FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FCE

Black with #661FCE

Text Example


Text Example

White with #661FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,31,206); }

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

background-color css

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

 a { background-color: rgb(102,31,206); }

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

border-color css

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

 span { border-color: rgb(102,31,206); }

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