#6230C4

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

Shades of Purple Heart #6230C4

Tints of Purple Heart #6230C4

Color information

#6230C4 (or 0x6230C4) is unknown color: approx Purple Heart. HEX triplet: 62, 30 and C4. RGB value is (98,48,196). Sum of RGB (Red+Green+Blue) = 98+48+196=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #6230C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230C4 is #9DCF3B. Grayscale: #4F4F4F. Windows color (decimal): -10342204 or 12857442. OLE color: 12857442.

HSL color Cylindrical-coordinate representation of color #6230C4: hue angle of 260.27º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6230C4 is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9848196-
CMYK0.50.7600.23
HSL260.27º60.66%47.84%-
HSV(B)260.27º75.51%76.86%-
XYZ16.068.753.06-
YUV79.82193.56140.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 196 (76.95% from 255) = 57.31%
R=28.65%
G=14.04%
B=57.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98481960.50.7600.23260.2760.6647.84
Hex6230C4324C0171043d30
Octal14260304621140274047560
Binary1100010110000110001001100101001100010111100000100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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