Html Css Color HEX #7A2CBC Purple Heart

📋 copy color: '#7A2CBC'

red 122 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #7A2CBC

Tints of Purple Heart #7A2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 34.46%
G = 12.43%
B = 53.11%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A2CBC (or 0x7A2CBC) is known color: Purple Heart. HEX triplet: 7A, 2C and BC. RGB value is (122,44,188). Sum of RGB (Red+Green+Blue) = 122+44+188=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CBC is #85D343. Grayscale: #535353. Windows color (decimal): -8770372 or 12332154. OLE color: 12332154.

HSL color Cylindrical-coordinate representation of color #7A2CBC: hue angle of 272.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2CBC is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 44 188 -
CMYK 0.35 0.77 0 0.26
HSL 272.5º 0.62% 0.45% -
HSV(B) 272.5º 0.77% 0.74% -
XYZ 18 9.57 48.48 -
YUV 83.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 122 44 188 0.35 0.77 0 0.26 272.5 0.62 0.45
Hex 7A 2C BC 23 4D 0 1A 110 3E 2D
Octal 172 54 274 43 115 0 32 420 76 55
Binary 1111010 101100 10111100 100011 1001101 0 11010 100010000 111110 101101

Color Harmonies of #7A2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2CBC

Black with #7A2CBC

Text Example


Text Example

White with #7A2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,44,188); }

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

background-color css

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

 a { background-color: rgb(122,44,188); }

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

border-color css

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

 span { border-color: rgb(122,44,188); }

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