Html Css Color HEX #6110A5 Purple Heart

📋 copy color: '#6110A5'

red 97 ◦ green 16 ◦ blue 165

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

Shades of Purple Heart #6110A5

Tints of Purple Heart #6110A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 59.35%

R = 34.89%
G = 5.76%
B = 59.35%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6110A5 (or 0x6110A5) is known color: Purple Heart. HEX triplet: 61, 10 and A5. RGB value is (97,16,165). Sum of RGB (Red+Green+Blue) = 97+16+165=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #6110A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6110A5 is #9EEF5A. Grayscale: #383838. Windows color (decimal): -10415963 or 10817633. OLE color: 10817633.

HSL color Cylindrical-coordinate representation of color #6110A5: hue angle of 272.62º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6110A5 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 16 165 -
CMYK 0.41 0.90 0 0.35
HSL 272.62º 0.82% 0.35% -
HSV(B) 272.62º 0.9% 0.65% -
XYZ 11.91 5.63 36.06 -
YUV 57.21 188.84 156.38 -
System Red Green Blue C M Y K H S L
Decimal 97 16 165 0.41 0.90 0 0.35 272.62 0.82 0.35
Hex 61 10 A5 29 5A 0 23 111 52 23
Octal 141 20 245 51 132 0 43 421 122 43
Binary 1100001 10000 10100101 101001 1011010 0 100011 100010001 1010010 100011

Color Harmonies of #6110A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110A5

Black with #6110A5

Text Example


Text Example

White with #6110A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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