Html Css Color HEX #6021AF Purple Heart

📋 copy color: '#6021AF'

red 96 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #6021AF

Tints of Purple Heart #6021AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 31.58%
G = 10.86%
B = 57.57%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6021AF (or 0x6021AF) is known color: Purple Heart. HEX triplet: 60, 21 and AF. RGB value is (96,33,175). Sum of RGB (Red+Green+Blue) = 96+33+175=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #6021AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6021AF is #9FDE50. Grayscale: #434343. Windows color (decimal): -10477137 or 11477344. OLE color: 11477344.

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

Color convert

RGB 96 33 175 -
CMYK 0.45 0.81 0 0.31
HSL 266.62º 0.68% 0.41% -
HSV(B) 266.62º 0.81% 0.69% -
XYZ 13.11 6.67 41.15 -
YUV 68.03 188.37 147.95 -
System Red Green Blue C M Y K H S L
Decimal 96 33 175 0.45 0.81 0 0.31 266.62 0.68 0.41
Hex 60 21 AF 2D 51 0 1F 10B 44 29
Octal 140 41 257 55 121 0 37 413 104 51
Binary 1100000 100001 10101111 101101 1010001 0 11111 100001011 1000100 101001

Color Harmonies of #6021AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021AF

Black with #6021AF

Text Example


Text Example

White with #6021AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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