#6307B7

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

Shades of Purple Heart #6307B7

Tints of Purple Heart #6307B7

Color information

#6307B7 (or 0x6307B7) is unknown color: approx Purple Heart. HEX triplet: 63, 07 and B7. RGB value is (99,7,183). Sum of RGB (Red+Green+Blue) = 99+7+183=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #6307B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6307B7 is #9CF848. Grayscale: #353535. Windows color (decimal): -10287177 or 11994979. OLE color: 11994979.

HSL color Cylindrical-coordinate representation of color #6307B7: hue angle of 271.36º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6307B7 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB997183-
CMYK0.460.9600.28
HSL271.36º92.63%37.25%-
HSV(B)271.36º96.17%71.76%-
XYZ13.776.2245.28-
YUV54.57200.48159.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 7 (3.12% from 255) = 2.42%
BLUE value IS 183 (71.88% from 255) = 63.32%
R=34.26%
G=2.42%
B=63.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9971830.460.9600.28271.3692.6337.25
Hex637B72E6001C10f5d25
Octal14372675614003441713545
Binary11000111111011011110111011000000111001000011111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6307B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6307B7; }

 p { color: rgb(99,7,183); }

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

<style>
 a { background-color: #6307B7; }

 a { background-color: rgb(99,7,183); }

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

<style>
 span { border-color: #6307B7; }

 span { border-color: rgb(99,7,183); }

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