#6230BF

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

Shades of Purple Heart #6230BF

Tints of Purple Heart #6230BF

Color information

#6230BF (or 0x6230BF) is unknown color: approx Purple Heart. HEX triplet: 62, 30 and BF. RGB value is (98,48,191). Sum of RGB (Red+Green+Blue) = 98+48+191=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #6230BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230BF is #9DCF40. Grayscale: #4E4E4E. Windows color (decimal): -10342209 or 12529762. OLE color: 12529762.

HSL color Cylindrical-coordinate representation of color #6230BF: hue angle of 260.98º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6230BF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9848191-
CMYK0.490.7500.25
HSL260.98º59.83%46.86%-
HSV(B)260.98º74.87%74.9%-
XYZ15.58.4750.11-
YUV79.25191.06141.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 48 (19.14% from 255) = 14.24%
BLUE value IS 191 (75% from 255) = 56.68%
R=29.08%
G=14.24%
B=56.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98481910.490.7500.25260.9859.8346.86
Hex6230BF314B0191053c2f
Octal14260277611130314057457
Binary1100010110000101111111100011001011011001100000101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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