#6309AF

Color #6309AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6309AF

Tints of Purple Heart #6309AF

Color information

#6309AF (or 0x6309AF) is unknown color: approx Purple Heart. HEX triplet: 63, 09 and AF. RGB value is (99,9,175). Sum of RGB (Red+Green+Blue) = 99+9+175=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #6309AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6309AF is #9CF650. Grayscale: #363636. Windows color (decimal): -10286673 or 11471203. OLE color: 11471203.

HSL color Cylindrical-coordinate representation of color #6309AF: hue angle of 272.53º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6309AF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB999175-
CMYK0.430.9500.31
HSL272.53º90.22%36.08%-
HSV(B)272.53º94.86%68.63%-
XYZ12.985.9441.02-
YUV54.83195.82159.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 175 (68.75% from 255) = 61.84%
R=34.98%
G=3.18%
B=61.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9991750.430.9500.31272.5390.2236.08
Hex639AF2B5F01F1115a24
Octal143112575313703742113244
Binary110001110011010111110101110111110111111000100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6309AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,9,175); }

 H1.HeaderClassName
 {
   color: #6309AF;
 }
 .AnyTagClassName
 {
   color: #6309AF;
 }
</style>
background-color css

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

 a { background-color: rgb(99,9,175); }

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

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

 span { border-color: rgb(99,9,175); }

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