Html Css Color HEX #601ABC Purple Heart

📋 copy color: '#601ABC'

red 96 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #601ABC

Tints of Purple Heart #601ABC

RGB

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

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

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

R = 30.97%
G = 8.39%
B = 60.65%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#601ABC (or 0x601ABC) is known color: Purple Heart. HEX triplet: 60, 1A and BC. RGB value is (96,26,188). Sum of RGB (Red+Green+Blue) = 96+26+188=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #601ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ABC is #9FE543. Grayscale: #404040. Windows color (decimal): -10478916 or 12327520. OLE color: 12327520.

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

Color convert

RGB 96 26 188 -
CMYK 0.49 0.86 0 0.26
HSL 265.93º 0.76% 0.42% -
HSV(B) 265.93º 0.86% 0.74% -
XYZ 14.27 6.86 48.15 -
YUV 65.4 197.19 149.83 -
System Red Green Blue C M Y K H S L
Decimal 96 26 188 0.49 0.86 0 0.26 265.93 0.76 0.42
Hex 60 1A BC 31 56 0 1A 10A 4C 2A
Octal 140 32 274 61 126 0 32 412 114 52
Binary 1100000 11010 10111100 110001 1010110 0 11010 100001010 1001100 101010

Color Harmonies of #601ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ABC

Black with #601ABC

Text Example


Text Example

White with #601ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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