Html Css Color HEX #6034AF Purple Heart

📋 copy color: '#6034AF'

red 96 ◦ green 52 ◦ blue 175

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

Shades of Purple Heart #6034AF

Tints of Purple Heart #6034AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.18%

R = 29.72%
G = 16.1%
B = 54.18%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6034AF (or 0x6034AF) is known color: Purple Heart. HEX triplet: 60, 34 and AF. RGB value is (96,52,175). Sum of RGB (Red+Green+Blue) = 96+52+175=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #6034AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6034AF is #9FCB50. Grayscale: #4E4E4E. Windows color (decimal): -10472273 or 11482208. OLE color: 11482208.

HSL color Cylindrical-coordinate representation of color #6034AF: hue angle of 261.46º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6034AF is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 52 175 -
CMYK 0.45 0.70 0 0.31
HSL 261.46º 0.54% 0.45% -
HSV(B) 261.46º 0.7% 0.69% -
XYZ 13.79 8.04 41.38 -
YUV 79.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 96 52 175 0.45 0.70 0 0.31 261.46 0.54 0.45
Hex 60 34 AF 2D 46 0 1F 105 36 2D
Octal 140 64 257 55 106 0 37 405 66 55
Binary 1100000 110100 10101111 101101 1000110 0 11111 100000101 110110 101101

Color Harmonies of #6034AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6034AF

Black with #6034AF

Text Example


Text Example

White with #6034AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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