Html Css Color HEX #6028BF Purple Heart

📋 copy color: '#6028BF'

red 96 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #6028BF

Tints of Purple Heart #6028BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.41%

R = 29.36%
G = 12.23%
B = 58.41%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6028BF (or 0x6028BF) is known color: Purple Heart. HEX triplet: 60, 28 and BF. RGB value is (96,40,191). Sum of RGB (Red+Green+Blue) = 96+40+191=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #6028BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028BF is #9FD740. Grayscale: #494949. Windows color (decimal): -10475329 or 12527712. OLE color: 12527712.

HSL color Cylindrical-coordinate representation of color #6028BF: hue angle of 262.25º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6028BF is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 40 191 -
CMYK 0.50 0.79 0 0.25
HSL 262.25º 0.65% 0.45% -
HSV(B) 262.25º 0.79% 0.75% -
XYZ 14.99 7.77 50 -
YUV 73.96 194.05 143.72 -
System Red Green Blue C M Y K H S L
Decimal 96 40 191 0.50 0.79 0 0.25 262.25 0.65 0.45
Hex 60 28 BF 32 4F 0 19 106 41 2D
Octal 140 50 277 62 117 0 31 406 101 55
Binary 1100000 101000 10111111 110010 1001111 0 11001 100000110 1000001 101101

Color Harmonies of #6028BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028BF

Black with #6028BF

Text Example


Text Example

White with #6028BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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