Html Css Color HEX #6044BE Purple Heart

📋 copy color: '#6044BE'

red 96 ◦ green 68 ◦ blue 190

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

Shades of Purple Heart #6044BE

Tints of Purple Heart #6044BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 27.12%
G = 19.21%
B = 53.67%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6044BE (or 0x6044BE) is known color: Purple Heart. HEX triplet: 60, 44 and BE. RGB value is (96,68,190). Sum of RGB (Red+Green+Blue) = 96+68+190=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #6044BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044BE is #9FBB41. Grayscale: #595959. Windows color (decimal): -10468162 or 12469344. OLE color: 12469344.

HSL color Cylindrical-coordinate representation of color #6044BE: hue angle of 253.77º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6044BE is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 68 190 -
CMYK 0.49 0.64 0 0.25
HSL 253.77º 0.48% 0.51% -
HSV(B) 253.77º 0.64% 0.75% -
XYZ 16.19 10.34 49.86 -
YUV 90.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 96 68 190 0.49 0.64 0 0.25 253.77 0.48 0.51
Hex 60 44 BE 31 40 0 19 FE 30 33
Octal 140 104 276 61 100 0 31 376 60 63
Binary 1100000 1000100 10111110 110001 1000000 0 11001 11111110 110000 110011

Color Harmonies of #6044BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044BE

Black with #6044BE

Text Example


Text Example

White with #6044BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6044BE; }

 p { color: rgb(96,68,190); }

 H1.HeaderClassName
 {
   color: #6044BE;
 }
 .AnyTagClassName
 {
   color: #6044BE;
 }
</style>

background-color css

<style>
 a { background-color: #6044BE; }

 a { background-color: rgb(96,68,190); }

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

border-color css

<style>
 span { border-color: #6044BE; }

 span { border-color: rgb(96,68,190); }

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