Html Css Color HEX #6110AF Purple Heart

📋 copy color: '#6110AF'

red 97 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #6110AF

Tints of Purple Heart #6110AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 33.68%
G = 5.56%
B = 60.76%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6110AF (or 0x6110AF) is known color: Purple Heart. HEX triplet: 61, 10 and AF. RGB value is (97,16,175). Sum of RGB (Red+Green+Blue) = 97+16+175=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #6110AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6110AF is #9EEF50. Grayscale: #393939. Windows color (decimal): -10415953 or 11472993. OLE color: 11472993.

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

Color convert

RGB 97 16 175 -
CMYK 0.45 0.91 0 0.31
HSL 270.57º 0.83% 0.37% -
HSV(B) 270.57º 0.91% 0.69% -
XYZ 12.85 6.01 41.04 -
YUV 58.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 97 16 175 0.45 0.91 0 0.31 270.57 0.83 0.37
Hex 61 10 AF 2D 5B 0 1F 10F 53 25
Octal 141 20 257 55 133 0 37 417 123 45
Binary 1100001 10000 10101111 101101 1011011 0 11111 100001111 1010011 100101

Color Harmonies of #6110AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110AF

Black with #6110AF

Text Example


Text Example

White with #6110AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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