#6318BE

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

Shades of Purple Heart #6318BE

Tints of Purple Heart #6318BE

Color information

#6318BE (or 0x6318BE) is unknown color: approx Purple Heart. HEX triplet: 63, 18 and BE. RGB value is (99,24,190). Sum of RGB (Red+Green+Blue) = 99+24+190=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #6318BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318BE is #9CE741. Grayscale: #404040. Windows color (decimal): -10282818 or 12458083. OLE color: 12458083.

HSL color Cylindrical-coordinate representation of color #6318BE: hue angle of 267.11º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6318BE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9924190-
CMYK0.480.8700.25
HSL267.11º77.57%41.96%-
HSV(B)267.11º87.37%74.51%-
XYZ14.777.0249.29-
YUV65.35198.35152-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=31.63%
G=7.67%
B=60.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99241900.480.8700.25267.1177.5741.96
Hex6318BE305701910b4e2a
Octal143302766012703141311652
Binary1100011110001011111011000010101110110011000010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6318BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6318BE; }

 p { color: rgb(99,24,190); }

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

<style>
 a { background-color: #6318BE; }

 a { background-color: rgb(99,24,190); }

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

<style>
 span { border-color: #6318BE; }

 span { border-color: rgb(99,24,190); }

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