Html Css Color HEX #6121CD Purple Heart

📋 copy color: '#6121CD'

red 97 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #6121CD

Tints of Purple Heart #6121CD

RGB

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

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

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

R = 28.96%
G = 9.85%
B = 61.19%

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

#6121CD (or 0x6121CD) is known color: Purple Heart. HEX triplet: 61, 21 and CD. RGB value is (97,33,205). Sum of RGB (Red+Green+Blue) = 97+33+205=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #6121CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121CD is #9EDE32. Grayscale: #474747. Windows color (decimal): -10411571 or 13443425. OLE color: 13443425.

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

Color convert

RGB 97 33 205 -
CMYK 0.53 0.84 0 0.20
HSL 262.33º 0.72% 0.47% -
HSV(B) 262.33º 0.84% 0.8% -
XYZ 16.49 8.04 58.44 -
YUV 71.74 203.2 146.01 -
System Red Green Blue C M Y K H S L
Decimal 97 33 205 0.53 0.84 0 0.20 262.33 0.72 0.47
Hex 61 21 CD 35 54 0 14 106 48 2F
Octal 141 41 315 65 124 0 24 406 110 57
Binary 1100001 100001 11001101 110101 1010100 0 10100 100000110 1001000 101111

Color Harmonies of #6121CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121CD

Black with #6121CD

Text Example


Text Example

White with #6121CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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