Html Css Color HEX #6040B9 Purple Heart

📋 copy color: '#6040B9'

red 96 ◦ green 64 ◦ blue 185

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

Shades of Purple Heart #6040B9

Tints of Purple Heart #6040B9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 185 (72.66% from 255) = 53.62%

R = 27.83%
G = 18.55%
B = 53.62%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6040B9 (or 0x6040B9) is known color: Purple Heart. HEX triplet: 60, 40 and B9. RGB value is (96,64,185). Sum of RGB (Red+Green+Blue) = 96+64+185=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #6040B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040B9 is #9FBF46. Grayscale: #565656. Windows color (decimal): -10469191 or 12140640. OLE color: 12140640.

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

Color convert

RGB 96 64 185 -
CMYK 0.48 0.65 0 0.27
HSL 255.87º 0.49% 0.49% -
HSV(B) 255.87º 0.65% 0.73% -
XYZ 15.41 9.66 46.95 -
YUV 87.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 96 64 185 0.48 0.65 0 0.27 255.87 0.49 0.49
Hex 60 40 B9 30 41 0 1B 100 31 31
Octal 140 100 271 60 101 0 33 400 61 61
Binary 1100000 1000000 10111001 110000 1000001 0 11011 100000000 110001 110001

Color Harmonies of #6040B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040B9

Black with #6040B9

Text Example


Text Example

White with #6040B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6040B9; }

 p { color: rgb(96,64,185); }

 H1.HeaderClassName
 {
   color: #6040B9;
 }
 .AnyTagClassName
 {
   color: #6040B9;
 }
</style>

background-color css

<style>
 a { background-color: #6040B9; }

 a { background-color: rgb(96,64,185); }

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

border-color css

<style>
 span { border-color: #6040B9; }

 span { border-color: rgb(96,64,185); }

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