Html Css Color HEX #6526DC Purple Heart

📋 copy color: '#6526DC'

red 101 ◦ green 38 ◦ blue 220

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

Shades of Purple Heart #6526DC

Tints of Purple Heart #6526DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 28.13%
G = 10.58%
B = 61.28%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6526DC (or 0x6526DC) is known color: Purple Heart. HEX triplet: 65, 26 and DC. RGB value is (101,38,220). Sum of RGB (Red+Green+Blue) = 101+38+220=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #6526DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6526DC is #9AD923. Grayscale: #4C4C4C. Windows color (decimal): -10148132 or 14427749. OLE color: 14427749.

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

Color convert

RGB 101 38 220 -
CMYK 0.54 0.83 0 0.14
HSL 260.77º 0.72% 0.51% -
HSV(B) 260.77º 0.83% 0.86% -
XYZ 18.98 9.32 68.51 -
YUV 77.59 208.37 144.7 -
System Red Green Blue C M Y K H S L
Decimal 101 38 220 0.54 0.83 0 0.14 260.77 0.72 0.51
Hex 65 26 DC 36 53 0 E 105 48 33
Octal 145 46 334 66 123 0 16 405 110 63
Binary 1100101 100110 11011100 110110 1010011 0 1110 100000101 1001000 110011

Color Harmonies of #6526DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526DC

Black with #6526DC

Text Example


Text Example

White with #6526DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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