#6334E4

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

Shades of Purple Heart #6334E4

Tints of Purple Heart #6334E4

Color information

#6334E4 (or 0x6334E4) is unknown color: approx Purple Heart. HEX triplet: 63, 34 and E4. RGB value is (99,52,228). Sum of RGB (Red+Green+Blue) = 99+52+228=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #6334E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334E4 is #9CCB1B. Grayscale: #555555. Windows color (decimal): -10275612 or 14955619. OLE color: 14955619.

HSL color Cylindrical-coordinate representation of color #6334E4: hue angle of 256.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6334E4 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9952228-
CMYK0.570.7700.11
HSL256.02º76.52%54.9%-
HSV(B)256.02º77.19%89.41%-
XYZ20.3810.7174.39-
YUV86.12208.07137.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 228 (89.45% from 255) = 60.16%
R=26.12%
G=13.72%
B=60.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal99522280.570.7700.11256.0276.5254.9
Hex6334E4394D0B1004d37
Octal143643447111501340011567
Binary1100011110100111001001110011001101010111000000001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6334E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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