Html Css Color HEX #7B2AC9 Purple Heart

📋 copy color: '#7B2AC9'

red 123 ◦ green 42 ◦ blue 201

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

Shades of Purple Heart #7B2AC9

Tints of Purple Heart #7B2AC9

RGB

 RED value IS 123 (48.44% from 255) = 33.61%

 GREEN value IS 42 (16.8% from 255) = 11.48%

 BLUE value IS 201 (78.91% from 255) = 54.92%

R = 33.61%
G = 11.48%
B = 54.92%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B2AC9 (or 0x7B2AC9) is known color: Purple Heart. HEX triplet: 7B, 2A and C9. RGB value is (123,42,201). Sum of RGB (Red+Green+Blue) = 123+42+201=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B2AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2AC9 is #84D536. Grayscale: #535353. Windows color (decimal): -8705335 or 13183611. OLE color: 13183611.

HSL color Cylindrical-coordinate representation of color #7B2AC9: hue angle of 270.57º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B2AC9 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 42 201 -
CMYK 0.39 0.79 0 0.21
HSL 270.57º 0.65% 0.48% -
HSV(B) 270.57º 0.79% 0.79% -
XYZ 19.54 10.08 56.17 -
YUV 84.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 123 42 201 0.39 0.79 0 0.21 270.57 0.65 0.48
Hex 7B 2A C9 27 4F 0 15 10F 41 30
Octal 173 52 311 47 117 0 25 417 101 60
Binary 1111011 101010 11001001 100111 1001111 0 10101 100001111 1000001 110000

Color Harmonies of #7B2AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2AC9

Black with #7B2AC9

Text Example


Text Example

White with #7B2AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,42,201); }

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

background-color css

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

 a { background-color: rgb(123,42,201); }

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

border-color css

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

 span { border-color: rgb(123,42,201); }

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