Html Css Color HEX #601BBF Purple Heart

📋 copy color: '#601BBF'

red 96 ◦ green 27 ◦ blue 191

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

Shades of Purple Heart #601BBF

Tints of Purple Heart #601BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.83%

R = 30.57%
G = 8.6%
B = 60.83%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#601BBF (or 0x601BBF) is known color: Purple Heart. HEX triplet: 60, 1B and BF. RGB value is (96,27,191). Sum of RGB (Red+Green+Blue) = 96+27+191=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #601BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BBF is #9FE440. Grayscale: #414141. Windows color (decimal): -10478657 or 12524384. OLE color: 12524384.

HSL color Cylindrical-coordinate representation of color #601BBF: hue angle of 265.24º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601BBF is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 27 191 -
CMYK 0.50 0.86 0 0.25
HSL 265.24º 0.75% 0.43% -
HSV(B) 265.24º 0.86% 0.75% -
XYZ 14.62 7.03 49.88 -
YUV 66.33 198.36 149.16 -
System Red Green Blue C M Y K H S L
Decimal 96 27 191 0.50 0.86 0 0.25 265.24 0.75 0.43
Hex 60 1B BF 32 56 0 19 109 4B 2B
Octal 140 33 277 62 126 0 31 411 113 53
Binary 1100000 11011 10111111 110010 1010110 0 11001 100001001 1001011 101011

Color Harmonies of #601BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BBF

Black with #601BBF

Text Example


Text Example

White with #601BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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