Html Css Color HEX #6526AF Purple Heart

📋 copy color: '#6526AF'

red 101 ◦ green 38 ◦ blue 175

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

Shades of Purple Heart #6526AF

Tints of Purple Heart #6526AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 32.17%
G = 12.1%
B = 55.73%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6526AF (or 0x6526AF) is known color: Purple Heart. HEX triplet: 65, 26 and AF. RGB value is (101,38,175). Sum of RGB (Red+Green+Blue) = 101+38+175=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #6526AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6526AF is #9AD950. Grayscale: #474747. Windows color (decimal): -10148177 or 11478629. OLE color: 11478629.

HSL color Cylindrical-coordinate representation of color #6526AF: hue angle of 267.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6526AF is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 38 175 -
CMYK 0.42 0.78 0 0.31
HSL 267.59º 0.64% 0.42% -
HSV(B) 267.59º 0.78% 0.69% -
XYZ 13.8 7.25 41.23 -
YUV 72.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 101 38 175 0.42 0.78 0 0.31 267.59 0.64 0.42
Hex 65 26 AF 2A 4E 0 1F 10C 40 2A
Octal 145 46 257 52 116 0 37 414 100 52
Binary 1100101 100110 10101111 101010 1001110 0 11111 100001100 1000000 101010

Color Harmonies of #6526AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526AF

Black with #6526AF

Text Example


Text Example

White with #6526AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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