Html Css Color HEX #6109AF Purple Heart

📋 copy color: '#6109AF'

red 97 ◦ green 9 ◦ blue 175

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

Shades of Purple Heart #6109AF

Tints of Purple Heart #6109AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

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

R = 34.52%
G = 3.2%
B = 62.28%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6109AF (or 0x6109AF) is known color: Purple Heart. HEX triplet: 61, 09 and AF. RGB value is (97,9,175). Sum of RGB (Red+Green+Blue) = 97+9+175=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #6109AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6109AF is #9EF650. Grayscale: #353535. Windows color (decimal): -10417745 or 11471201. OLE color: 11471201.

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

Color convert

RGB 97 9 175 -
CMYK 0.45 0.95 0 0.31
HSL 271.81º 0.9% 0.36% -
HSV(B) 271.81º 0.95% 0.69% -
XYZ 12.77 5.83 41.01 -
YUV 54.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 97 9 175 0.45 0.95 0 0.31 271.81 0.9 0.36
Hex 61 9 AF 2D 5F 0 1F 110 5A 24
Octal 141 11 257 55 137 0 37 420 132 44
Binary 1100001 1001 10101111 101101 1011111 0 11111 100010000 1011010 100100

Color Harmonies of #6109AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6109AF

Black with #6109AF

Text Example


Text Example

White with #6109AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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