Html Css Color HEX #6541AF Royal Purple

📋 copy color: '#6541AF'

red 101 ◦ green 65 ◦ blue 175

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

Shades of Royal Purple #6541AF

Tints of Royal Purple #6541AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 29.62%
G = 19.06%
B = 51.32%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6541AF (or 0x6541AF) is known color: Royal Purple. HEX triplet: 65, 41 and AF. RGB value is (101,65,175). Sum of RGB (Red+Green+Blue) = 101+65+175=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #6541AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6541AF is #9ABE50. Grayscale: #575757. Windows color (decimal): -10141265 or 11485541. OLE color: 11485541.

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

Color convert

RGB 101 65 175 -
CMYK 0.42 0.63 0 0.31
HSL 259.64º 0.46% 0.47% -
HSV(B) 259.64º 0.63% 0.69% -
XYZ 14.99 9.64 41.63 -
YUV 88.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 101 65 175 0.42 0.63 0 0.31 259.64 0.46 0.47
Hex 65 41 AF 2A 3F 0 1F 104 2E 2F
Octal 145 101 257 52 77 0 37 404 56 57
Binary 1100101 1000001 10101111 101010 111111 0 11111 100000100 101110 101111

Color Harmonies of #6541AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541AF

Black with #6541AF

Text Example


Text Example

White with #6541AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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