#6334D0

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

Shades of Purple Heart #6334D0

Tints of Purple Heart #6334D0

Color information

#6334D0 (or 0x6334D0) is unknown color: approx Purple Heart. HEX triplet: 63, 34 and D0. RGB value is (99,52,208). Sum of RGB (Red+Green+Blue) = 99+52+208=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #6334D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334D0 is #9CCB2F. Grayscale: #535353. Windows color (decimal): -10275632 or 13644899. OLE color: 13644899.

HSL color Cylindrical-coordinate representation of color #6334D0: hue angle of 258.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6334D0 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9952208-
CMYK0.520.7500.18
HSL258.08º62.4%50.98%-
HSV(B)258.08º75%81.57%-
XYZ17.769.6660.6-
YUV83.84198.07138.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 208 (81.64% from 255) = 57.94%
R=27.58%
G=14.48%
B=57.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal99522080.520.7500.18258.0862.450.98
Hex6334D0344B0121023e33
Octal14364320641130224027663
Binary1100011110100110100001101001001011010010100000010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6334D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6334D0; }

 p { color: rgb(99,52,208); }

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

<style>
 a { background-color: #6334D0; }

 a { background-color: rgb(99,52,208); }

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

<style>
 span { border-color: #6334D0; }

 span { border-color: rgb(99,52,208); }

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