Html Css Color HEX #6035AF Purple Heart

📋 copy color: '#6035AF'

red 96 ◦ green 53 ◦ blue 175

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

Shades of Purple Heart #6035AF

Tints of Purple Heart #6035AF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 29.63%
G = 16.36%
B = 54.01%

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

#6035AF (or 0x6035AF) is known color: Purple Heart. HEX triplet: 60, 35 and AF. RGB value is (96,53,175). Sum of RGB (Red+Green+Blue) = 96+53+175=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #6035AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6035AF is #9FCA50. Grayscale: #4F4F4F. Windows color (decimal): -10472017 or 11482464. OLE color: 11482464.

HSL color Cylindrical-coordinate representation of color #6035AF: hue angle of 261.15º 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 #6035AF is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 53 175 -
CMYK 0.45 0.70 0 0.31
HSL 261.15º 0.54% 0.45% -
HSV(B) 261.15º 0.7% 0.69% -
XYZ 13.83 8.13 41.4 -
YUV 79.77 181.75 139.58 -
System Red Green Blue C M Y K H S L
Decimal 96 53 175 0.45 0.70 0 0.31 261.15 0.54 0.45
Hex 60 35 AF 2D 46 0 1F 105 36 2D
Octal 140 65 257 55 106 0 37 405 66 55
Binary 1100000 110101 10101111 101101 1000110 0 11111 100000101 110110 101101

Color Harmonies of #6035AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6035AF

Black with #6035AF

Text Example


Text Example

White with #6035AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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