Html Css Color HEX #6121D0 Purple Heart

📋 copy color: '#6121D0'

red 97 ◦ green 33 ◦ blue 208

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

Shades of Purple Heart #6121D0

Tints of Purple Heart #6121D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.54%

R = 28.7%
G = 9.76%
B = 61.54%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6121D0 (or 0x6121D0) is known color: Purple Heart. HEX triplet: 61, 21 and D0. RGB value is (97,33,208). Sum of RGB (Red+Green+Blue) = 97+33+208=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #6121D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121D0 is #9EDE2F. Grayscale: #474747. Windows color (decimal): -10411568 or 13640033. OLE color: 13640033.

HSL color Cylindrical-coordinate representation of color #6121D0: hue angle of 261.94º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6121D0 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 33 208 -
CMYK 0.53 0.84 0 0.18
HSL 261.94º 0.73% 0.47% -
HSV(B) 261.94º 0.84% 0.82% -
XYZ 16.86 8.18 60.37 -
YUV 72.09 204.7 145.77 -
System Red Green Blue C M Y K H S L
Decimal 97 33 208 0.53 0.84 0 0.18 261.94 0.73 0.47
Hex 61 21 D0 35 54 0 12 106 49 2F
Octal 141 41 320 65 124 0 22 406 111 57
Binary 1100001 100001 11010000 110101 1010100 0 10010 100000110 1001001 101111

Color Harmonies of #6121D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121D0

Black with #6121D0

Text Example


Text Example

White with #6121D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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