Html Css Color HEX #6028BA Purple Heart

📋 copy color: '#6028BA'

red 96 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #6028BA

Tints of Purple Heart #6028BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

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

R = 29.81%
G = 12.42%
B = 57.76%

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

#6028BA (or 0x6028BA) is known color: Purple Heart. HEX triplet: 60, 28 and BA. RGB value is (96,40,186). Sum of RGB (Red+Green+Blue) = 96+40+186=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6028BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028BA is #9FD745. Grayscale: #484848. Windows color (decimal): -10475334 or 12200032. OLE color: 12200032.

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

Color convert

RGB 96 40 186 -
CMYK 0.48 0.78 0 0.27
HSL 263.01º 0.65% 0.44% -
HSV(B) 263.01º 0.78% 0.73% -
XYZ 14.45 7.55 47.15 -
YUV 73.39 191.55 144.13 -
System Red Green Blue C M Y K H S L
Decimal 96 40 186 0.48 0.78 0 0.27 263.01 0.65 0.44
Hex 60 28 BA 30 4E 0 1B 107 41 2C
Octal 140 50 272 60 116 0 33 407 101 54
Binary 1100000 101000 10111010 110000 1001110 0 11011 100000111 1000001 101100

Color Harmonies of #6028BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028BA

Black with #6028BA

Text Example


Text Example

White with #6028BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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