#6330C4

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

Shades of Purple Heart #6330C4

Tints of Purple Heart #6330C4

Color information

#6330C4 (or 0x6330C4) is unknown color: approx Purple Heart. HEX triplet: 63, 30 and C4. RGB value is (99,48,196). Sum of RGB (Red+Green+Blue) = 99+48+196=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #6330C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6330C4 is #9CCF3B. Grayscale: #4F4F4F. Windows color (decimal): -10276668 or 12857443. OLE color: 12857443.

HSL color Cylindrical-coordinate representation of color #6330C4: hue angle of 260.68º 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 #6330C4 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9948196-
CMYK0.490.7600.23
HSL260.68º60.66%47.84%-
HSV(B)260.68º75.51%76.86%-
XYZ16.178.7553.06-
YUV80.12193.4141.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 196 (76.95% from 255) = 57.14%
R=28.86%
G=13.99%
B=57.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99481960.490.7600.23260.6860.6647.84
Hex6330C4314C0171053d30
Octal14360304611140274057560
Binary1100011110000110001001100011001100010111100000101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6330C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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