Html Css Color HEX #6532DC Purple Heart

📋 copy color: '#6532DC'

red 101 ◦ green 50 ◦ blue 220

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

Shades of Purple Heart #6532DC

Tints of Purple Heart #6532DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 27.22%
G = 13.48%
B = 59.3%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6532DC (or 0x6532DC) is known color: Purple Heart. HEX triplet: 65, 32 and DC. RGB value is (101,50,220). Sum of RGB (Red+Green+Blue) = 101+50+220=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6532DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532DC is #9ACD23. Grayscale: #545454. Windows color (decimal): -10145060 or 14430821. OLE color: 14430821.

HSL color Cylindrical-coordinate representation of color #6532DC: hue angle of 258º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6532DC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 50 220 -
CMYK 0.54 0.77 0 0.14
HSL 258º 0.71% 0.53% -
HSV(B) 258º 0.77% 0.86% -
XYZ 19.43 10.22 68.66 -
YUV 84.63 204.4 139.68 -
System Red Green Blue C M Y K H S L
Decimal 101 50 220 0.54 0.77 0 0.14 258 0.71 0.53
Hex 65 32 DC 36 4D 0 E 102 47 35
Octal 145 62 334 66 115 0 16 402 107 65
Binary 1100101 110010 11011100 110110 1001101 0 1110 100000010 1000111 110101

Color Harmonies of #6532DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6532DC

Black with #6532DC

Text Example


Text Example

White with #6532DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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