Html Css Color HEX #601EC8 Purple Heart

📋 copy color: '#601EC8'

red 96 ◦ green 30 ◦ blue 200

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

Shades of Purple Heart #601EC8

Tints of Purple Heart #601EC8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

 BLUE value IS 200 (78.52% from 255) = 61.35%

R = 29.45%
G = 9.2%
B = 61.35%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#601EC8 (or 0x601EC8) is known color: Purple Heart. HEX triplet: 60, 1E and C8. RGB value is (96,30,200). Sum of RGB (Red+Green+Blue) = 96+30+200=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #601EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EC8 is #9FE137. Grayscale: #444444. Windows color (decimal): -10477880 or 13114976. OLE color: 13114976.

HSL color Cylindrical-coordinate representation of color #601EC8: hue angle of 263.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601EC8 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 30 200 -
CMYK 0.52 0.85 0 0.22
HSL 263.29º 0.74% 0.45% -
HSV(B) 263.29º 0.85% 0.78% -
XYZ 15.71 7.59 55.28 -
YUV 69.11 201.87 147.18 -
System Red Green Blue C M Y K H S L
Decimal 96 30 200 0.52 0.85 0 0.22 263.29 0.74 0.45
Hex 60 1E C8 34 55 0 16 107 4A 2D
Octal 140 36 310 64 125 0 26 407 112 55
Binary 1100000 11110 11001000 110100 1010101 0 10110 100000111 1001010 101101

Color Harmonies of #601EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EC8

Black with #601EC8

Text Example


Text Example

White with #601EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,30,200); }

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

background-color css

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

 a { background-color: rgb(96,30,200); }

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

border-color css

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

 span { border-color: rgb(96,30,200); }

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