#6230B1

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

Shades of Purple Heart #6230B1

Tints of Purple Heart #6230B1

Color information

#6230B1 (or 0x6230B1) is unknown color: approx Purple Heart. HEX triplet: 62, 30 and B1. RGB value is (98,48,177). Sum of RGB (Red+Green+Blue) = 98+48+177=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #6230B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6230B1 is #9DCF4E. Grayscale: #4D4D4D. Windows color (decimal): -10342223 or 11612258. OLE color: 11612258.

HSL color Cylindrical-coordinate representation of color #6230B1: hue angle of 263.26º 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 #6230B1 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9848177-
CMYK0.450.7300.31
HSL263.26º57.33%44.12%-
HSV(B)263.26º72.88%69.41%-
XYZ14.037.8842.38-
YUV77.66184.06142.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=30.34%
G=14.86%
B=54.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98481770.450.7300.31263.2657.3344.12
Hex6230B12D4901F107392c
Octal14260261551110374077154
Binary1100010110000101100011011011001001011111100000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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