Html Css Color HEX #6534D8 Purple Heart

📋 copy color: '#6534D8'

red 101 ◦ green 52 ◦ blue 216

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

Shades of Purple Heart #6534D8

Tints of Purple Heart #6534D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 58.54%

R = 27.37%
G = 14.09%
B = 58.54%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6534D8 (or 0x6534D8) is known color: Purple Heart. HEX triplet: 65, 34 and D8. RGB value is (101,52,216). Sum of RGB (Red+Green+Blue) = 101+52+216=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #6534D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6534D8 is #9ACB27. Grayscale: #545454. Windows color (decimal): -10144552 or 14169189. OLE color: 14169189.

HSL color Cylindrical-coordinate representation of color #6534D8: hue angle of 257.93º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6534D8 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 52 216 -
CMYK 0.53 0.76 0 0.15
HSL 257.93º 0.68% 0.53% -
HSV(B) 257.93º 0.76% 0.85% -
XYZ 18.99 10.18 65.93 -
YUV 85.35 201.73 139.16 -
System Red Green Blue C M Y K H S L
Decimal 101 52 216 0.53 0.76 0 0.15 257.93 0.68 0.53
Hex 65 34 D8 35 4C 0 F 102 44 35
Octal 145 64 330 65 114 0 17 402 104 65
Binary 1100101 110100 11011000 110101 1001100 0 1111 100000010 1000100 110101

Color Harmonies of #6534D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6534D8

Black with #6534D8

Text Example


Text Example

White with #6534D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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