Html Css Color HEX #6004AF Purple Heart

📋 copy color: '#6004AF'

red 96 ◦ green 4 ◦ blue 175

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

Shades of Purple Heart #6004AF

Tints of Purple Heart #6004AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 34.91%
G = 1.45%
B = 63.64%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6004AF (or 0x6004AF) is known color: Purple Heart. HEX triplet: 60, 04 and AF. RGB value is (96,4,175). Sum of RGB (Red+Green+Blue) = 96+4+175=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #6004AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6004AF is #9FFB50. Grayscale: #323232. Windows color (decimal): -10484561 or 11469920. OLE color: 11469920.

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

Color convert

RGB 96 4 175 -
CMYK 0.45 0.98 0 0.31
HSL 272.28º 0.96% 0.35% -
HSV(B) 272.28º 0.98% 0.69% -
XYZ 12.61 5.67 40.99 -
YUV 51 197.98 160.1 -
System Red Green Blue C M Y K H S L
Decimal 96 4 175 0.45 0.98 0 0.31 272.28 0.96 0.35
Hex 60 4 AF 2D 62 0 1F 110 60 23
Octal 140 4 257 55 142 0 37 420 140 43
Binary 1100000 100 10101111 101101 1100010 0 11111 100010000 1100000 100011

Color Harmonies of #6004AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6004AF

Black with #6004AF

Text Example


Text Example

White with #6004AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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