Html Css Color HEX #6101AF Purple Heart

📋 copy color: '#6101AF'

red 97 ◦ green 1 ◦ blue 175

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

Shades of Purple Heart #6101AF

Tints of Purple Heart #6101AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 35.53%
G = 0.37%
B = 64.1%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6101AF (or 0x6101AF) is known color: Purple Heart. HEX triplet: 61, 01 and AF. RGB value is (97,1,175). Sum of RGB (Red+Green+Blue) = 97+1+175=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #6101AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6101AF is #9EFE50. Grayscale: #303030. Windows color (decimal): -10419793 or 11469153. OLE color: 11469153.

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

Color convert

RGB 97 1 175 -
CMYK 0.45 0.99 0 0.31
HSL 273.1º 0.99% 0.35% -
HSV(B) 273.1º 0.99% 0.69% -
XYZ 12.68 5.66 40.98 -
YUV 49.54 198.8 161.85 -
System Red Green Blue C M Y K H S L
Decimal 97 1 175 0.45 0.99 0 0.31 273.1 0.99 0.35
Hex 61 1 AF 2D 63 0 1F 111 63 23
Octal 141 1 257 55 143 0 37 421 143 43
Binary 1100001 1 10101111 101101 1100011 0 11111 100010001 1100011 100011

Color Harmonies of #6101AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101AF

Black with #6101AF

Text Example


Text Example

White with #6101AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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