Html Css Color HEX #661ACB Purple Heart

📋 copy color: '#661ACB'

red 102 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #661ACB

Tints of Purple Heart #661ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.85%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 30.82%
G = 7.85%
B = 61.33%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#661ACB (or 0x661ACB) is known color: Purple Heart. HEX triplet: 66, 1A and CB. RGB value is (102,26,203). Sum of RGB (Red+Green+Blue) = 102+26+203=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #661ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ACB is #99E534. Grayscale: #444444. Windows color (decimal): -10085685 or 13310566. OLE color: 13310566.

HSL color Cylindrical-coordinate representation of color #661ACB: hue angle of 265.76º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661ACB is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 26 203 -
CMYK 0.50 0.87 0 0.20
HSL 265.76º 0.77% 0.45% -
HSV(B) 265.76º 0.87% 0.8% -
XYZ 16.63 7.88 57.14 -
YUV 68.9 203.68 151.61 -
System Red Green Blue C M Y K H S L
Decimal 102 26 203 0.50 0.87 0 0.20 265.76 0.77 0.45
Hex 66 1A CB 32 57 0 14 10A 4D 2D
Octal 146 32 313 62 127 0 24 412 115 55
Binary 1100110 11010 11001011 110010 1010111 0 10100 100001010 1001101 101101

Color Harmonies of #661ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ACB

Black with #661ACB

Text Example


Text Example

White with #661ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,26,203); }

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

background-color css

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

 a { background-color: rgb(102,26,203); }

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

border-color css

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

 span { border-color: rgb(102,26,203); }

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