Html Css Color HEX #6029BA Purple Heart

📋 copy color: '#6029BA'

red 96 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6029BA

Tints of Purple Heart #6029BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

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

R = 29.72%
G = 12.69%
B = 57.59%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6029BA (or 0x6029BA) is known color: Purple Heart. HEX triplet: 60, 29 and BA. RGB value is (96,41,186). Sum of RGB (Red+Green+Blue) = 96+41+186=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6029BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029BA is #9FD645. Grayscale: #494949. Windows color (decimal): -10475078 or 12200288. OLE color: 12200288.

HSL color Cylindrical-coordinate representation of color #6029BA: hue angle of 262.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6029BA is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 41 186 -
CMYK 0.48 0.78 0 0.27
HSL 262.76º 0.64% 0.45% -
HSV(B) 262.76º 0.78% 0.73% -
XYZ 14.48 7.62 47.16 -
YUV 73.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 96 41 186 0.48 0.78 0 0.27 262.76 0.64 0.45
Hex 60 29 BA 30 4E 0 1B 107 40 2D
Octal 140 51 272 60 116 0 33 407 100 55
Binary 1100000 101001 10111010 110000 1001110 0 11011 100000111 1000000 101101

Color Harmonies of #6029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029BA

Black with #6029BA

Text Example


Text Example

White with #6029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6029BA; }

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

 H1.HeaderClassName
 {
   color: #6029BA;
 }
 .AnyTagClassName
 {
   color: #6029BA;
 }
</style>

background-color css

<style>
 a { background-color: #6029BA; }

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

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

border-color css

<style>
 span { border-color: #6029BA; }

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

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