Html Css Color HEX #6534CD Purple Heart

📋 copy color: '#6534CD'

red 101 ◦ green 52 ◦ blue 205

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

Shades of Purple Heart #6534CD

Tints of Purple Heart #6534CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 28.21%
G = 14.53%
B = 57.26%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6534CD (or 0x6534CD) is known color: Purple Heart. HEX triplet: 65, 34 and CD. RGB value is (101,52,205). Sum of RGB (Red+Green+Blue) = 101+52+205=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #6534CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6534CD is #9ACB32. Grayscale: #535353. Windows color (decimal): -10144563 or 13448293. OLE color: 13448293.

HSL color Cylindrical-coordinate representation of color #6534CD: hue angle of 259.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6534CD is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 52 205 -
CMYK 0.51 0.75 0 0.20
HSL 259.22º 0.6% 0.5% -
HSV(B) 259.22º 0.75% 0.8% -
XYZ 17.61 9.63 58.69 -
YUV 84.09 196.23 140.06 -
System Red Green Blue C M Y K H S L
Decimal 101 52 205 0.51 0.75 0 0.20 259.22 0.6 0.5
Hex 65 34 CD 33 4B 0 14 103 3C 32
Octal 145 64 315 63 113 0 24 403 74 62
Binary 1100101 110100 11001101 110011 1001011 0 10100 100000011 111100 110010

Color Harmonies of #6534CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6534CD

Black with #6534CD

Text Example


Text Example

White with #6534CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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