Html Css Color HEX #601ACB Purple Heart

📋 copy color: '#601ACB'

red 96 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #601ACB

Tints of Purple Heart #601ACB

RGB

 RED value IS 96 (37.89% from 255) = 29.54%

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

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

R = 29.54%
G = 8%
B = 62.46%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#601ACB (or 0x601ACB) is known color: Purple Heart. HEX triplet: 60, 1A and CB. RGB value is (96,26,203). Sum of RGB (Red+Green+Blue) = 96+26+203=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #601ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ACB is #9FE534. Grayscale: #424242. Windows color (decimal): -10478901 or 13310560. OLE color: 13310560.

HSL color Cylindrical-coordinate representation of color #601ACB: hue angle of 263.73º 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 #601ACB is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 26 203 -
CMYK 0.53 0.87 0 0.20
HSL 263.73º 0.77% 0.45% -
HSV(B) 263.73º 0.87% 0.8% -
XYZ 15.97 7.54 57.11 -
YUV 67.11 204.69 148.61 -
System Red Green Blue C M Y K H S L
Decimal 96 26 203 0.53 0.87 0 0.20 263.73 0.77 0.45
Hex 60 1A CB 35 57 0 14 108 4D 2D
Octal 140 32 313 65 127 0 24 410 115 55
Binary 1100000 11010 11001011 110101 1010111 0 10100 100001000 1001101 101101

Color Harmonies of #601ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ACB

Black with #601ACB

Text Example


Text Example

White with #601ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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