Html Css Color HEX #601FBC Purple Heart

📋 copy color: '#601FBC'

red 96 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #601FBC

Tints of Purple Heart #601FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.84%

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

R = 30.48%
G = 9.84%
B = 59.68%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#601FBC (or 0x601FBC) is known color: Purple Heart. HEX triplet: 60, 1F and BC. RGB value is (96,31,188). Sum of RGB (Red+Green+Blue) = 96+31+188=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #601FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601FBC is #9FE043. Grayscale: #434343. Windows color (decimal): -10477636 or 12328800. OLE color: 12328800.

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

Color convert

RGB 96 31 188 -
CMYK 0.49 0.84 0 0.26
HSL 264.84º 0.72% 0.43% -
HSV(B) 264.84º 0.84% 0.74% -
XYZ 14.39 7.1 48.19 -
YUV 68.33 195.53 147.73 -
System Red Green Blue C M Y K H S L
Decimal 96 31 188 0.49 0.84 0 0.26 264.84 0.72 0.43
Hex 60 1F BC 31 54 0 1A 109 48 2B
Octal 140 37 274 61 124 0 32 411 110 53
Binary 1100000 11111 10111100 110001 1010100 0 11010 100001001 1001000 101011

Color Harmonies of #601FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601FBC

Black with #601FBC

Text Example


Text Example

White with #601FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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