Html Css Color HEX #6522DC Purple Heart

📋 copy color: '#6522DC'

red 101 ◦ green 34 ◦ blue 220

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

Shades of Purple Heart #6522DC

Tints of Purple Heart #6522DC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 28.45%
G = 9.58%
B = 61.97%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6522DC (or 0x6522DC) is known color: Purple Heart. HEX triplet: 65, 22 and DC. RGB value is (101,34,220). Sum of RGB (Red+Green+Blue) = 101+34+220=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #6522DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6522DC is #9ADD23. Grayscale: #4A4A4A. Windows color (decimal): -10149156 or 14426725. OLE color: 14426725.

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

Color convert

RGB 101 34 220 -
CMYK 0.54 0.85 0 0.14
HSL 261.61º 0.73% 0.5% -
HSV(B) 261.61º 0.85% 0.86% -
XYZ 18.86 9.08 68.47 -
YUV 75.24 209.7 146.38 -
System Red Green Blue C M Y K H S L
Decimal 101 34 220 0.54 0.85 0 0.14 261.61 0.73 0.5
Hex 65 22 DC 36 55 0 E 106 49 32
Octal 145 42 334 66 125 0 16 406 111 62
Binary 1100101 100010 11011100 110110 1010101 0 1110 100000110 1001001 110010

Color Harmonies of #6522DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522DC

Black with #6522DC

Text Example


Text Example

White with #6522DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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