Html Css Color HEX #661FCA Purple Heart

📋 copy color: '#661FCA'

red 102 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #661FCA

Tints of Purple Heart #661FCA

RGB

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

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

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

R = 30.45%
G = 9.25%
B = 60.3%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#661FCA (or 0x661FCA) is known color: Purple Heart. HEX triplet: 66, 1F and CA. RGB value is (102,31,202). Sum of RGB (Red+Green+Blue) = 102+31+202=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #661FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661FCA is #99E035. Grayscale: #474747. Windows color (decimal): -10084406 or 13246310. OLE color: 13246310.

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

Color convert

RGB 102 31 202 -
CMYK 0.50 0.85 0 0.21
HSL 264.91º 0.73% 0.46% -
HSV(B) 264.91º 0.85% 0.79% -
XYZ 16.63 8.07 56.56 -
YUV 71.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 102 31 202 0.50 0.85 0 0.21 264.91 0.73 0.46
Hex 66 1F CA 32 55 0 15 109 49 2E
Octal 146 37 312 62 125 0 25 411 111 56
Binary 1100110 11111 11001010 110010 1010101 0 10101 100001001 1001001 101110

Color Harmonies of #661FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FCA

Black with #661FCA

Text Example


Text Example

White with #661FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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