#6018CF

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

Shades of Purple Heart #6018CF

Tints of Purple Heart #6018CF

Color information

#6018CF (or 0x6018CF) is unknown color: approx Purple Heart. HEX triplet: 60, 18 and CF. RGB value is (96,24,207). Sum of RGB (Red+Green+Blue) = 96+24+207=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #6018CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018CF is #9FE730. Grayscale: #414141. Windows color (decimal): -10479409 or 13572192. OLE color: 13572192.

HSL color Cylindrical-coordinate representation of color #6018CF: hue angle of 263.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6018CF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9624207-
CMYK0.540.8800.19
HSL263.61º79.22%45.29%-
HSV(B)263.61º88.41%81.18%-
XYZ16.417.6559.64-
YUV66.39207.35149.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 24 (9.77% from 255) = 7.34%
BLUE value IS 207 (81.25% from 255) = 63.30%
R=29.36%
G=7.34%
B=63.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96242070.540.8800.19263.6179.2245.29
Hex6018CF36580131084f2d
Octal140303176613002341011755
Binary1100000110001100111111011010110000100111000010001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6018CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6018CF; }

 p { color: rgb(96,24,207); }

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

<style>
 a { background-color: #6018CF; }

 a { background-color: rgb(96,24,207); }

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

<style>
 span { border-color: #6018CF; }

 span { border-color: rgb(96,24,207); }

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