Html Css Color HEX #601EC3 Purple Heart

📋 copy color: '#601EC3'

red 96 ◦ green 30 ◦ blue 195

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

Shades of Purple Heart #601EC3

Tints of Purple Heart #601EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60.75%

R = 29.91%
G = 9.35%
B = 60.75%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#601EC3 (or 0x601EC3) is known color: Purple Heart. HEX triplet: 60, 1E and C3. RGB value is (96,30,195). Sum of RGB (Red+Green+Blue) = 96+30+195=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #601EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EC3 is #9FE13C. Grayscale: #434343. Windows color (decimal): -10477885 or 12787296. OLE color: 12787296.

HSL color Cylindrical-coordinate representation of color #601EC3: hue angle of 264º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601EC3 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 30 195 -
CMYK 0.51 0.85 0 0.24
HSL 264º 0.73% 0.44% -
HSV(B) 264º 0.85% 0.76% -
XYZ 15.14 7.36 52.25 -
YUV 68.54 199.37 147.58 -
System Red Green Blue C M Y K H S L
Decimal 96 30 195 0.51 0.85 0 0.24 264 0.73 0.44
Hex 60 1E C3 33 55 0 18 108 49 2C
Octal 140 36 303 63 125 0 30 410 111 54
Binary 1100000 11110 11000011 110011 1010101 0 11000 100001000 1001001 101100

Color Harmonies of #601EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EC3

Black with #601EC3

Text Example


Text Example

White with #601EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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