Html Css Color HEX #6531AF Purple Heart

📋 copy color: '#6531AF'

red 101 ◦ green 49 ◦ blue 175

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

Shades of Purple Heart #6531AF

Tints of Purple Heart #6531AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

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

R = 31.08%
G = 15.08%
B = 53.85%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6531AF (or 0x6531AF) is known color: Purple Heart. HEX triplet: 65, 31 and AF. RGB value is (101,49,175). Sum of RGB (Red+Green+Blue) = 101+49+175=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #6531AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6531AF is #9ACE50. Grayscale: #4E4E4E. Windows color (decimal): -10145361 or 11481445. OLE color: 11481445.

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

Color convert

RGB 101 49 175 -
CMYK 0.42 0.72 0 0.31
HSL 264.76º 0.56% 0.44% -
HSV(B) 264.76º 0.72% 0.69% -
XYZ 14.2 8.06 41.36 -
YUV 78.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 101 49 175 0.42 0.72 0 0.31 264.76 0.56 0.44
Hex 65 31 AF 2A 48 0 1F 109 38 2C
Octal 145 61 257 52 110 0 37 411 70 54
Binary 1100101 110001 10101111 101010 1001000 0 11111 100001001 111000 101100

Color Harmonies of #6531AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531AF

Black with #6531AF

Text Example


Text Example

White with #6531AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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