Html Css Color HEX #6121AF Purple Heart

📋 copy color: '#6121AF'

red 97 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #6121AF

Tints of Purple Heart #6121AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

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

R = 31.8%
G = 10.82%
B = 57.38%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6121AF (or 0x6121AF) is known color: Purple Heart. HEX triplet: 61, 21 and AF. RGB value is (97,33,175). Sum of RGB (Red+Green+Blue) = 97+33+175=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #6121AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6121AF is #9EDE50. Grayscale: #434343. Windows color (decimal): -10411601 or 11477345. OLE color: 11477345.

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

Color convert

RGB 97 33 175 -
CMYK 0.45 0.81 0 0.31
HSL 267.04º 0.68% 0.41% -
HSV(B) 267.04º 0.81% 0.69% -
XYZ 13.21 6.72 41.16 -
YUV 68.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 97 33 175 0.45 0.81 0 0.31 267.04 0.68 0.41
Hex 61 21 AF 2D 51 0 1F 10B 44 29
Octal 141 41 257 55 121 0 37 413 104 51
Binary 1100001 100001 10101111 101101 1010001 0 11111 100001011 1000100 101001

Color Harmonies of #6121AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121AF

Black with #6121AF

Text Example


Text Example

White with #6121AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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