Html Css Color HEX #6526CE Purple Heart

📋 copy color: '#6526CE'

red 101 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #6526CE

Tints of Purple Heart #6526CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 29.28%
G = 11.01%
B = 59.71%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6526CE (or 0x6526CE) is known color: Purple Heart. HEX triplet: 65, 26 and CE. RGB value is (101,38,206). Sum of RGB (Red+Green+Blue) = 101+38+206=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #6526CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6526CE is #9AD931. Grayscale: #4B4B4B. Windows color (decimal): -10148146 or 13510245. OLE color: 13510245.

HSL color Cylindrical-coordinate representation of color #6526CE: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6526CE is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 38 206 -
CMYK 0.51 0.82 0 0.19
HSL 262.5º 0.69% 0.48% -
HSV(B) 262.5º 0.82% 0.81% -
XYZ 17.2 8.61 59.15 -
YUV 75.99 201.37 145.84 -
System Red Green Blue C M Y K H S L
Decimal 101 38 206 0.51 0.82 0 0.19 262.5 0.69 0.48
Hex 65 26 CE 33 52 0 13 106 45 30
Octal 145 46 316 63 122 0 23 406 105 60
Binary 1100101 100110 11001110 110011 1010010 0 10011 100000110 1000101 110000

Color Harmonies of #6526CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526CE

Black with #6526CE

Text Example


Text Example

White with #6526CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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