Html Css Color HEX #601BCF Purple Heart

📋 copy color: '#601BCF'

red 96 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #601BCF

Tints of Purple Heart #601BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

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

R = 29.09%
G = 8.18%
B = 62.73%

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

#601BCF (or 0x601BCF) is known color: Purple Heart. HEX triplet: 60, 1B and CF. RGB value is (96,27,207). Sum of RGB (Red+Green+Blue) = 96+27+207=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #601BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BCF is #9FE430. Grayscale: #434343. Windows color (decimal): -10478641 or 13572960. OLE color: 13572960.

HSL color Cylindrical-coordinate representation of color #601BCF: hue angle of 263º degrees, saturation: 0.77, 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 #601BCF is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 27 207 -
CMYK 0.54 0.87 0 0.19
HSL 263º 0.77% 0.46% -
HSV(B) 263º 0.87% 0.81% -
XYZ 16.48 7.78 59.66 -
YUV 68.15 206.36 147.86 -
System Red Green Blue C M Y K H S L
Decimal 96 27 207 0.54 0.87 0 0.19 263 0.77 0.46
Hex 60 1B CF 36 57 0 13 107 4D 2E
Octal 140 33 317 66 127 0 23 407 115 56
Binary 1100000 11011 11001111 110110 1010111 0 10011 100000111 1001101 101110

Color Harmonies of #601BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BCF

Black with #601BCF

Text Example


Text Example

White with #601BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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