Html Css Color HEX #601EBA Purple Heart

📋 copy color: '#601EBA'

red 96 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #601EBA

Tints of Purple Heart #601EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 30.77%
G = 9.62%
B = 59.62%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#601EBA (or 0x601EBA) is known color: Purple Heart. HEX triplet: 60, 1E and BA. RGB value is (96,30,186). Sum of RGB (Red+Green+Blue) = 96+30+186=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #601EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EBA is #9FE145. Grayscale: #424242. Windows color (decimal): -10477894 or 12197472. OLE color: 12197472.

HSL color Cylindrical-coordinate representation of color #601EBA: hue angle of 265.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601EBA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 30 186 -
CMYK 0.48 0.84 0 0.27
HSL 265.38º 0.72% 0.42% -
HSV(B) 265.38º 0.84% 0.73% -
XYZ 14.15 6.96 47.05 -
YUV 67.52 194.87 148.32 -
System Red Green Blue C M Y K H S L
Decimal 96 30 186 0.48 0.84 0 0.27 265.38 0.72 0.42
Hex 60 1E BA 30 54 0 1B 109 48 2A
Octal 140 36 272 60 124 0 33 411 110 52
Binary 1100000 11110 10111010 110000 1010100 0 11011 100001001 1001000 101010

Color Harmonies of #601EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EBA

Black with #601EBA

Text Example


Text Example

White with #601EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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