#6308C9

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

Shades of Purple Heart #6308C9

Tints of Purple Heart #6308C9

Color information

#6308C9 (or 0x6308C9) is unknown color: approx Purple Heart. HEX triplet: 63, 08 and C9. RGB value is (99,8,201). Sum of RGB (Red+Green+Blue) = 99+8+201=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #6308C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308C9 is #9CF736. Grayscale: #383838. Windows color (decimal): -10286903 or 13174883. OLE color: 13174883.

HSL color Cylindrical-coordinate representation of color #6308C9: hue angle of 268.29º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6308C9 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB998201-
CMYK0.510.9600.21
HSL268.29º92.34%40.98%-
HSV(B)268.29º96.02%78.82%-
XYZ15.787.0455.79-
YUV57.21209.15157.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 201 (78.91% from 255) = 65.26%
R=32.14%
G=2.60%
B=65.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9982010.510.9600.21268.2992.3440.98
Hex638C9336001510c5c29
Octal143103116314002541413451
Binary110001110001100100111001111000000101011000011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6308C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6308C9; }

 p { color: rgb(99,8,201); }

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

<style>
 a { background-color: #6308C9; }

 a { background-color: rgb(99,8,201); }

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

<style>
 span { border-color: #6308C9; }

 span { border-color: rgb(99,8,201); }

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