Html Css Color HEX #6034BE Purple Heart

📋 copy color: '#6034BE'

red 96 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #6034BE

Tints of Purple Heart #6034BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

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

R = 28.4%
G = 15.38%
B = 56.21%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6034BE (or 0x6034BE) is known color: Purple Heart. HEX triplet: 60, 34 and BE. RGB value is (96,52,190). Sum of RGB (Red+Green+Blue) = 96+52+190=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #6034BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6034BE is #9FCB41. Grayscale: #505050. Windows color (decimal): -10472258 or 12465248. OLE color: 12465248.

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

Color convert

RGB 96 52 190 -
CMYK 0.49 0.73 0 0.25
HSL 259.13º 0.57% 0.47% -
HSV(B) 259.13º 0.73% 0.75% -
XYZ 15.35 8.66 49.58 -
YUV 80.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 96 52 190 0.49 0.73 0 0.25 259.13 0.57 0.47
Hex 60 34 BE 31 49 0 19 103 39 2F
Octal 140 64 276 61 111 0 31 403 71 57
Binary 1100000 110100 10111110 110001 1001001 0 11001 100000011 111001 101111

Color Harmonies of #6034BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6034BE

Black with #6034BE

Text Example


Text Example

White with #6034BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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