Html Css Color HEX #6534CE Purple Heart

📋 copy color: '#6534CE'

red 101 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #6534CE

Tints of Purple Heart #6534CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 28.13%
G = 14.48%
B = 57.38%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6534CE (or 0x6534CE) is known color: Purple Heart. HEX triplet: 65, 34 and CE. RGB value is (101,52,206). Sum of RGB (Red+Green+Blue) = 101+52+206=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #6534CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6534CE is #9ACB31. Grayscale: #535353. Windows color (decimal): -10144562 or 13513829. OLE color: 13513829.

HSL color Cylindrical-coordinate representation of color #6534CE: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6534CE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 52 206 -
CMYK 0.51 0.75 0 0.19
HSL 259.09º 0.61% 0.51% -
HSV(B) 259.09º 0.75% 0.81% -
XYZ 17.74 9.68 59.33 -
YUV 84.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 101 52 206 0.51 0.75 0 0.19 259.09 0.61 0.51
Hex 65 34 CE 33 4B 0 13 103 3D 33
Octal 145 64 316 63 113 0 23 403 75 63
Binary 1100101 110100 11001110 110011 1001011 0 10011 100000011 111101 110011

Color Harmonies of #6534CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6534CE

Black with #6534CE

Text Example


Text Example

White with #6534CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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