Html Css Color HEX #6121BE Purple Heart

📋 copy color: '#6121BE'

red 97 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #6121BE

Tints of Purple Heart #6121BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 30.31%
G = 10.31%
B = 59.38%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6121BE (or 0x6121BE) is known color: Purple Heart. HEX triplet: 61, 21 and BE. RGB value is (97,33,190). Sum of RGB (Red+Green+Blue) = 97+33+190=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #6121BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121BE is #9EDE41. Grayscale: #454545. Windows color (decimal): -10411586 or 12460385. OLE color: 12460385.

HSL color Cylindrical-coordinate representation of color #6121BE: hue angle of 264.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6121BE is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 33 190 -
CMYK 0.49 0.83 0 0.25
HSL 264.46º 0.7% 0.44% -
HSV(B) 264.46º 0.83% 0.75% -
XYZ 14.77 7.35 49.35 -
YUV 70.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 97 33 190 0.49 0.83 0 0.25 264.46 0.7 0.44
Hex 61 21 BE 31 53 0 19 108 46 2C
Octal 141 41 276 61 123 0 31 410 106 54
Binary 1100001 100001 10111110 110001 1010011 0 11001 100001000 1000110 101100

Color Harmonies of #6121BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121BE

Black with #6121BE

Text Example


Text Example

White with #6121BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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