Html Css Color HEX #6534E5 Purple Heart

📋 copy color: '#6534E5'

red 101 ◦ green 52 ◦ blue 229

#6534E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6534E5

Tints of Purple Heart #6534E5

RGB

 RED value IS 101 (39.84% from 255) = 26.44%

 GREEN value IS 52 (20.7% from 255) = 13.61%

 BLUE value IS 229 (89.84% from 255) = 59.95%

R = 26.44%
G = 13.61%
B = 59.95%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6534E5 (or 0x6534E5) is known color: Purple Heart. HEX triplet: 65, 34 and E5. RGB value is (101,52,229). Sum of RGB (Red+Green+Blue) = 101+52+229=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #6534E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6534E5 is #9ACB1A. Grayscale: #565656. Windows color (decimal): -10144539 or 15021157. OLE color: 15021157.

HSL color Cylindrical-coordinate representation of color #6534E5: hue angle of 256.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6534E5 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 52 229 -
CMYK 0.56 0.77 0 0.10
HSL 256.61º 0.77% 0.55% -
HSV(B) 256.61º 0.77% 0.9% -
XYZ 20.74 10.88 75.14 -
YUV 86.83 208.23 138.11 -
System Red Green Blue C M Y K H S L
Decimal 101 52 229 0.56 0.77 0 0.10 256.61 0.77 0.55
Hex 65 34 E5 38 4D 0 A 101 4D 37
Octal 145 64 345 70 115 0 12 401 115 67
Binary 1100101 110100 11100101 111000 1001101 0 1010 100000001 1001101 110111

Color Harmonies of #6534E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6534E5

Black with #6534E5

Text Example


Text Example

White with #6534E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6534E5; }

 p { color: rgb(101,52,229); }

 H1.HeaderClassName
 {
   color: #6534E5;
 }
 .AnyTagClassName
 {
   color: #6534E5;
 }
</style>

background-color css

<style>
 a { background-color: #6534E5; }

 a { background-color: rgb(101,52,229); }

 div.DivClassName
 {
   background-color: #6534E5;
 }
 .BgClassName
 {
   background-color: #6534E5;
 }
</style>

border-color css

<style>
 span { border-color: #6534E5; }

 span { border-color: rgb(101,52,229); }

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