Html Css Color HEX #6529AF Purple Heart

📋 copy color: '#6529AF'

red 101 ◦ green 41 ◦ blue 175

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

Shades of Purple Heart #6529AF

Tints of Purple Heart #6529AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 31.86%
G = 12.93%
B = 55.21%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6529AF (or 0x6529AF) is known color: Purple Heart. HEX triplet: 65, 29 and AF. RGB value is (101,41,175). Sum of RGB (Red+Green+Blue) = 101+41+175=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #6529AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6529AF is #9AD650. Grayscale: #494949. Windows color (decimal): -10147409 or 11479397. OLE color: 11479397.

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

Color convert

RGB 101 41 175 -
CMYK 0.42 0.77 0 0.31
HSL 266.87º 0.62% 0.42% -
HSV(B) 266.87º 0.77% 0.69% -
XYZ 13.9 7.45 41.26 -
YUV 74.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 101 41 175 0.42 0.77 0 0.31 266.87 0.62 0.42
Hex 65 29 AF 2A 4D 0 1F 10B 3E 2A
Octal 145 51 257 52 115 0 37 413 76 52
Binary 1100101 101001 10101111 101010 1001101 0 11111 100001011 111110 101010

Color Harmonies of #6529AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529AF

Black with #6529AF

Text Example


Text Example

White with #6529AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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