Html Css Color HEX #7B2CCA Purple Heart

📋 copy color: '#7B2CCA'

red 123 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #7B2CCA

Tints of Purple Heart #7B2CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 33.33%
G = 11.92%
B = 54.74%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B2CCA (or 0x7B2CCA) is known color: Purple Heart. HEX triplet: 7B, 2C and CA. RGB value is (123,44,202). Sum of RGB (Red+Green+Blue) = 123+44+202=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B2CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2CCA is #84D335. Grayscale: #555555. Windows color (decimal): -8704822 or 13249659. OLE color: 13249659.

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

Color convert

RGB 123 44 202 -
CMYK 0.39 0.78 0 0.21
HSL 270º 0.64% 0.48% -
HSV(B) 270º 0.78% 0.79% -
XYZ 19.73 10.28 56.82 -
YUV 85.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 123 44 202 0.39 0.78 0 0.21 270 0.64 0.48
Hex 7B 2C CA 27 4E 0 15 10E 40 30
Octal 173 54 312 47 116 0 25 416 100 60
Binary 1111011 101100 11001010 100111 1001110 0 10101 100001110 1000000 110000

Color Harmonies of #7B2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2CCA

Black with #7B2CCA

Text Example


Text Example

White with #7B2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,44,202); }

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

background-color css

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

 a { background-color: rgb(123,44,202); }

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

border-color css

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

 span { border-color: rgb(123,44,202); }

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