#6230B0

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

Shades of Purple Heart #6230B0

Tints of Purple Heart #6230B0

Color information

#6230B0 (or 0x6230B0) is unknown color: approx Purple Heart. HEX triplet: 62, 30 and B0. RGB value is (98,48,176). Sum of RGB (Red+Green+Blue) = 98+48+176=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #6230B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6230B0 is #9DCF4F. Grayscale: #4D4D4D. Windows color (decimal): -10342224 or 11546722. OLE color: 11546722.

HSL color Cylindrical-coordinate representation of color #6230B0: hue angle of 263.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6230B0 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9848176-
CMYK0.440.7300.31
HSL263.44º57.14%43.92%-
HSV(B)263.44º72.73%69.02%-
XYZ13.937.8541.85-
YUV77.54183.56142.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=30.43%
G=14.91%
B=54.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98481760.440.7300.31263.4457.1443.92
Hex6230B02C4901F107392c
Octal14260260541110374077154
Binary1100010110000101100001011001001001011111100000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6230B0; }

 p { color: rgb(98,48,176); }

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

<style>
 a { background-color: #6230B0; }

 a { background-color: rgb(98,48,176); }

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

<style>
 span { border-color: #6230B0; }

 span { border-color: rgb(98,48,176); }

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