Html Css Color HEX #6114AF Purple Heart

📋 copy color: '#6114AF'

red 97 ◦ green 20 ◦ blue 175

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

Shades of Purple Heart #6114AF

Tints of Purple Heart #6114AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 33.22%
G = 6.85%
B = 59.93%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6114AF (or 0x6114AF) is known color: Purple Heart. HEX triplet: 61, 14 and AF. RGB value is (97,20,175). Sum of RGB (Red+Green+Blue) = 97+20+175=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #6114AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6114AF is #9EEB50. Grayscale: #3C3C3C. Windows color (decimal): -10414929 or 11474017. OLE color: 11474017.

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

Color convert

RGB 97 20 175 -
CMYK 0.45 0.89 0 0.31
HSL 269.81º 0.79% 0.38% -
HSV(B) 269.81º 0.89% 0.69% -
XYZ 12.92 6.14 41.06 -
YUV 60.69 192.51 153.9 -
System Red Green Blue C M Y K H S L
Decimal 97 20 175 0.45 0.89 0 0.31 269.81 0.79 0.38
Hex 61 14 AF 2D 59 0 1F 10E 4F 26
Octal 141 24 257 55 131 0 37 416 117 46
Binary 1100001 10100 10101111 101101 1011001 0 11111 100001110 1001111 100110

Color Harmonies of #6114AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114AF

Black with #6114AF

Text Example


Text Example

White with #6114AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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