Html Css Color HEX #601CBC Purple Heart

📋 copy color: '#601CBC'

red 96 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #601CBC

Tints of Purple Heart #601CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 30.77%
G = 8.97%
B = 60.26%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#601CBC (or 0x601CBC) is known color: Purple Heart. HEX triplet: 60, 1C and BC. RGB value is (96,28,188). Sum of RGB (Red+Green+Blue) = 96+28+188=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #601CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CBC is #9FE343. Grayscale: #424242. Windows color (decimal): -10478404 or 12328032. OLE color: 12328032.

HSL color Cylindrical-coordinate representation of color #601CBC: hue angle of 265.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601CBC is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 28 188 -
CMYK 0.49 0.85 0 0.26
HSL 265.5º 0.74% 0.42% -
HSV(B) 265.5º 0.85% 0.74% -
XYZ 14.32 6.95 48.16 -
YUV 66.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 96 28 188 0.49 0.85 0 0.26 265.5 0.74 0.42
Hex 60 1C BC 31 55 0 1A 10A 4A 2A
Octal 140 34 274 61 125 0 32 412 112 52
Binary 1100000 11100 10111100 110001 1010101 0 11010 100001010 1001010 101010

Color Harmonies of #601CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CBC

Black with #601CBC

Text Example


Text Example

White with #601CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,28,188); }

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

background-color css

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

 a { background-color: rgb(96,28,188); }

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

border-color css

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

 span { border-color: rgb(96,28,188); }

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