#6333AF

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

Shades of Purple Heart #6333AF

Tints of Purple Heart #6333AF

Color information

#6333AF (or 0x6333AF) is unknown color: approx Purple Heart. HEX triplet: 63, 33 and AF. RGB value is (99,51,175). Sum of RGB (Red+Green+Blue) = 99+51+175=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #6333AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6333AF is #9CCC50. Grayscale: #4F4F4F. Windows color (decimal): -10275921 or 11481955. OLE color: 11481955.

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

Color convert

RGB9951175-
CMYK0.430.7100.31
HSL263.23º54.87%44.31%-
HSV(B)263.23º70.86%68.63%-
XYZ14.078.1241.38-
YUV79.49181.9141.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=30.46%
G=15.69%
B=53.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99511750.430.7100.31263.2354.8744.31
Hex6333AF2B4701F107372c
Octal14363257531070374076754
Binary1100011110011101011111010111000111011111100000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6333AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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