Html Css Color HEX #6532CD Purple Heart

📋 copy color: '#6532CD'

red 101 ◦ green 50 ◦ blue 205

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

Shades of Purple Heart #6532CD

Tints of Purple Heart #6532CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

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

R = 28.37%
G = 14.04%
B = 57.58%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6532CD (or 0x6532CD) is known color: Purple Heart. HEX triplet: 65, 32 and CD. RGB value is (101,50,205). Sum of RGB (Red+Green+Blue) = 101+50+205=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #6532CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532CD is #9ACD32. Grayscale: #525252. Windows color (decimal): -10145075 or 13447781. OLE color: 13447781.

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

Color convert

RGB 101 50 205 -
CMYK 0.51 0.76 0 0.20
HSL 259.74º 0.61% 0.5% -
HSV(B) 259.74º 0.76% 0.8% -
XYZ 17.53 9.46 58.66 -
YUV 82.92 196.9 140.9 -
System Red Green Blue C M Y K H S L
Decimal 101 50 205 0.51 0.76 0 0.20 259.74 0.61 0.5
Hex 65 32 CD 33 4C 0 14 104 3D 32
Octal 145 62 315 63 114 0 24 404 75 62
Binary 1100101 110010 11001101 110011 1001100 0 10100 100000100 111101 110010

Color Harmonies of #6532CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6532CD

Black with #6532CD

Text Example


Text Example

White with #6532CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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