Html Css Color HEX #601ACF Purple Heart

📋 copy color: '#601ACF'

red 96 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #601ACF

Tints of Purple Heart #601ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.92%

R = 29.18%
G = 7.9%
B = 62.92%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#601ACF (or 0x601ACF) is known color: Purple Heart. HEX triplet: 60, 1A and CF. RGB value is (96,26,207). Sum of RGB (Red+Green+Blue) = 96+26+207=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #601ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ACF is #9FE530. Grayscale: #424242. Windows color (decimal): -10478897 or 13572704. OLE color: 13572704.

HSL color Cylindrical-coordinate representation of color #601ACF: hue angle of 263.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601ACF is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 26 207 -
CMYK 0.54 0.87 0 0.19
HSL 263.2º 0.78% 0.46% -
HSV(B) 263.2º 0.87% 0.81% -
XYZ 16.46 7.73 59.66 -
YUV 67.56 206.69 148.28 -
System Red Green Blue C M Y K H S L
Decimal 96 26 207 0.54 0.87 0 0.19 263.2 0.78 0.46
Hex 60 1A CF 36 57 0 13 107 4E 2E
Octal 140 32 317 66 127 0 23 407 116 56
Binary 1100000 11010 11001111 110110 1010111 0 10011 100000111 1001110 101110

Color Harmonies of #601ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ACF

Black with #601ACF

Text Example


Text Example

White with #601ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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