Html Css Color HEX #6026BA Purple Heart

📋 copy color: '#6026BA'

red 96 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #6026BA

Tints of Purple Heart #6026BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

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

R = 30%
G = 11.88%
B = 58.13%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6026BA (or 0x6026BA) is known color: Purple Heart. HEX triplet: 60, 26 and BA. RGB value is (96,38,186). Sum of RGB (Red+Green+Blue) = 96+38+186=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #6026BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6026BA is #9FD945. Grayscale: #474747. Windows color (decimal): -10475846 or 12199520. OLE color: 12199520.

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

Color convert

RGB 96 38 186 -
CMYK 0.48 0.80 0 0.27
HSL 263.51º 0.66% 0.44% -
HSV(B) 263.51º 0.8% 0.73% -
XYZ 14.38 7.42 47.13 -
YUV 72.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 96 38 186 0.48 0.80 0 0.27 263.51 0.66 0.44
Hex 60 26 BA 30 50 0 1B 108 42 2C
Octal 140 46 272 60 120 0 33 410 102 54
Binary 1100000 100110 10111010 110000 1010000 0 11011 100001000 1000010 101100

Color Harmonies of #6026BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6026BA

Black with #6026BA

Text Example


Text Example

White with #6026BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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