Html Css Color HEX #6534DF Purple Heart

📋 copy color: '#6534DF'

red 101 ◦ green 52 ◦ blue 223

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

Shades of Purple Heart #6534DF

Tints of Purple Heart #6534DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 26.86%
G = 13.83%
B = 59.31%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6534DF (or 0x6534DF) is known color: Purple Heart. HEX triplet: 65, 34 and DF. RGB value is (101,52,223). Sum of RGB (Red+Green+Blue) = 101+52+223=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #6534DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6534DF is #9ACB20. Grayscale: #555555. Windows color (decimal): -10144545 or 14627941. OLE color: 14627941.

HSL color Cylindrical-coordinate representation of color #6534DF: hue angle of 257.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6534DF is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 52 223 -
CMYK 0.55 0.77 0 0.13
HSL 257.19º 0.73% 0.54% -
HSV(B) 257.19º 0.77% 0.87% -
XYZ 19.91 10.55 70.8 -
YUV 86.15 205.23 138.6 -
System Red Green Blue C M Y K H S L
Decimal 101 52 223 0.55 0.77 0 0.13 257.19 0.73 0.54
Hex 65 34 DF 37 4D 0 D 101 49 36
Octal 145 64 337 67 115 0 15 401 111 66
Binary 1100101 110100 11011111 110111 1001101 0 1101 100000001 1001001 110110

Color Harmonies of #6534DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6534DF

Black with #6534DF

Text Example


Text Example

White with #6534DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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