Html Css Color HEX #6117AF Purple Heart

📋 copy color: '#6117AF'

red 97 ◦ green 23 ◦ blue 175

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

Shades of Purple Heart #6117AF

Tints of Purple Heart #6117AF

RGB

 RED value IS 97 (38.28% from 255) = 32.88%

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 32.88%
G = 7.8%
B = 59.32%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6117AF (or 0x6117AF) is known color: Purple Heart. HEX triplet: 61, 17 and AF. RGB value is (97,23,175). Sum of RGB (Red+Green+Blue) = 97+23+175=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #6117AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6117AF is #9EE850. Grayscale: #3D3D3D. Windows color (decimal): -10414161 or 11474785. OLE color: 11474785.

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

Color convert

RGB 97 23 175 -
CMYK 0.45 0.87 0 0.31
HSL 269.21º 0.77% 0.39% -
HSV(B) 269.21º 0.87% 0.69% -
XYZ 12.97 6.25 41.08 -
YUV 62.45 191.52 152.64 -
System Red Green Blue C M Y K H S L
Decimal 97 23 175 0.45 0.87 0 0.31 269.21 0.77 0.39
Hex 61 17 AF 2D 57 0 1F 10D 4D 27
Octal 141 27 257 55 127 0 37 415 115 47
Binary 1100001 10111 10101111 101101 1010111 0 11111 100001101 1001101 100111

Color Harmonies of #6117AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117AF

Black with #6117AF

Text Example


Text Example

White with #6117AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,23,175); }

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

background-color css

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

 a { background-color: rgb(97,23,175); }

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

border-color css

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

 span { border-color: rgb(97,23,175); }

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