#6730CC

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

Shades of Purple Heart #6730CC

Tints of Purple Heart #6730CC

Color information

#6730CC (or 0x6730CC) is unknown color: approx Purple Heart. HEX triplet: 67, 30 and CC. RGB value is (103,48,204). Sum of RGB (Red+Green+Blue) = 103+48+204=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #6730CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730CC is #98CF33. Grayscale: #515151. Windows color (decimal): -10014516 or 13381735. OLE color: 13381735.

HSL color Cylindrical-coordinate representation of color #6730CC: hue angle of 261.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6730CC is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10348204-
CMYK0.500.7600.2
HSL261.15º61.9%49.41%-
HSV(B)261.15º76.47%80%-
XYZ17.559.3658.01-
YUV82.23196.72142.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 48 (19.14% from 255) = 13.52%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=29.01%
G=13.52%
B=57.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal103482040.500.7600.2261.1561.949.41
Hex6730CC324C0141053e31
Octal14760314621140244057661
Binary1100111110000110011001100101001100010100100000101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6730CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6730CC; }

 p { color: rgb(103,48,204); }

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

<style>
 a { background-color: #6730CC; }

 a { background-color: rgb(103,48,204); }

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

<style>
 span { border-color: #6730CC; }

 span { border-color: rgb(103,48,204); }

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