#6308B9

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

Shades of Purple Heart #6308B9

Tints of Purple Heart #6308B9

Color information

#6308B9 (or 0x6308B9) is unknown color: approx Purple Heart. HEX triplet: 63, 08 and B9. RGB value is (99,8,185). Sum of RGB (Red+Green+Blue) = 99+8+185=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #6308B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308B9 is #9CF746. Grayscale: #363636. Windows color (decimal): -10286919 or 12126307. OLE color: 12126307.

HSL color Cylindrical-coordinate representation of color #6308B9: hue angle of 270.85º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6308B9 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB998185-
CMYK0.460.9600.27
HSL270.85º91.71%37.84%-
HSV(B)270.85º95.68%72.55%-
XYZ13.996.3346.38-
YUV55.39201.15159.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 8 (3.52% from 255) = 2.74%
BLUE value IS 185 (72.66% from 255) = 63.36%
R=33.90%
G=2.74%
B=63.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9981850.460.9600.27270.8591.7137.84
Hex638B92E6001B10f5c26
Octal143102715614003341713446
Binary110001110001011100110111011000000110111000011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6308B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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