Html Css Color HEX #7A2FCD Purple Heart

📋 copy color: '#7A2FCD'

red 122 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #7A2FCD

Tints of Purple Heart #7A2FCD

RGB

 RED value IS 122 (48.05% from 255) = 32.62%

 GREEN value IS 47 (18.75% from 255) = 12.57%

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

R = 32.62%
G = 12.57%
B = 54.81%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A2FCD (or 0x7A2FCD) is known color: Purple Heart. HEX triplet: 7A, 2F and CD. RGB value is (122,47,205). Sum of RGB (Red+Green+Blue) = 122+47+205=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2FCD is #85D032. Grayscale: #565656. Windows color (decimal): -8769587 or 13447034. OLE color: 13447034.

HSL color Cylindrical-coordinate representation of color #7A2FCD: hue angle of 268.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2FCD is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 47 205 -
CMYK 0.40 0.77 0 0.20
HSL 268.48º 0.63% 0.49% -
HSV(B) 268.48º 0.77% 0.8% -
XYZ 20.06 10.58 58.74 -
YUV 87.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 122 47 205 0.40 0.77 0 0.20 268.48 0.63 0.49
Hex 7A 2F CD 28 4D 0 14 10C 3F 31
Octal 172 57 315 50 115 0 24 414 77 61
Binary 1111010 101111 11001101 101000 1001101 0 10100 100001100 111111 110001

Color Harmonies of #7A2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2FCD

Black with #7A2FCD

Text Example


Text Example

White with #7A2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A2FCD; }

 p { color: rgb(122,47,205); }

 H1.HeaderClassName
 {
   color: #7A2FCD;
 }
 .AnyTagClassName
 {
   color: #7A2FCD;
 }
</style>

background-color css

<style>
 a { background-color: #7A2FCD; }

 a { background-color: rgb(122,47,205); }

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

border-color css

<style>
 span { border-color: #7A2FCD; }

 span { border-color: rgb(122,47,205); }

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