#6308BD

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

Shades of Purple Heart #6308BD

Tints of Purple Heart #6308BD

Color information

#6308BD (or 0x6308BD) is unknown color: approx Purple Heart. HEX triplet: 63, 08 and BD. RGB value is (99,8,189). Sum of RGB (Red+Green+Blue) = 99+8+189=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #6308BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308BD is #9CF742. Grayscale: #373737. Windows color (decimal): -10286915 or 12388451. OLE color: 12388451.

HSL color Cylindrical-coordinate representation of color #6308BD: hue angle of 270.17º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6308BD is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB998189-
CMYK0.480.9600.26
HSL270.17º91.88%38.63%-
HSV(B)270.17º95.77%74.12%-
XYZ14.426.548.64-
YUV55.84203.15158.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 8 (3.52% from 255) = 2.70%
BLUE value IS 189 (74.22% from 255) = 63.85%
R=33.45%
G=2.70%
B=63.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9981890.480.9600.26270.1791.8838.63
Hex638BD306001A10e5c27
Octal143102756014003241613447
Binary110001110001011110111000011000000110101000011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6308BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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