Html Css Color HEX #6120CD Purple Heart

📋 copy color: '#6120CD'

red 97 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #6120CD

Tints of Purple Heart #6120CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 29.04%
G = 9.58%
B = 61.38%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6120CD (or 0x6120CD) is known color: Purple Heart. HEX triplet: 61, 20 and CD. RGB value is (97,32,205). Sum of RGB (Red+Green+Blue) = 97+32+205=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #6120CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120CD is #9EDF32. Grayscale: #464646. Windows color (decimal): -10411827 or 13443169. OLE color: 13443169.

HSL color Cylindrical-coordinate representation of color #6120CD: hue angle of 262.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6120CD is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 32 205 -
CMYK 0.53 0.84 0 0.20
HSL 262.54º 0.73% 0.46% -
HSV(B) 262.54º 0.84% 0.8% -
XYZ 16.47 7.98 58.43 -
YUV 71.16 203.53 146.43 -
System Red Green Blue C M Y K H S L
Decimal 97 32 205 0.53 0.84 0 0.20 262.54 0.73 0.46
Hex 61 20 CD 35 54 0 14 107 49 2E
Octal 141 40 315 65 124 0 24 407 111 56
Binary 1100001 100000 11001101 110101 1010100 0 10100 100000111 1001001 101110

Color Harmonies of #6120CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6120CD

Black with #6120CD

Text Example


Text Example

White with #6120CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6120CD; }

 p { color: rgb(97,32,205); }

 H1.HeaderClassName
 {
   color: #6120CD;
 }
 .AnyTagClassName
 {
   color: #6120CD;
 }
</style>

background-color css

<style>
 a { background-color: #6120CD; }

 a { background-color: rgb(97,32,205); }

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

border-color css

<style>
 span { border-color: #6120CD; }

 span { border-color: rgb(97,32,205); }

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