Html Css Color HEX #7B24CA Purple Heart

📋 copy color: '#7B24CA'

red 123 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #7B24CA

Tints of Purple Heart #7B24CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

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

R = 34.07%
G = 9.97%
B = 55.96%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B24CA (or 0x7B24CA) is known color: Purple Heart. HEX triplet: 7B, 24 and CA. RGB value is (123,36,202). Sum of RGB (Red+Green+Blue) = 123+36+202=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B24CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B24CA is #84DB35. Grayscale: #505050. Windows color (decimal): -8706870 or 13247611. OLE color: 13247611.

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

Color convert

RGB 123 36 202 -
CMYK 0.39 0.82 0 0.21
HSL 271.45º 0.7% 0.47% -
HSV(B) 271.45º 0.82% 0.79% -
XYZ 19.46 9.74 56.73 -
YUV 80.94 196.32 158 -
System Red Green Blue C M Y K H S L
Decimal 123 36 202 0.39 0.82 0 0.21 271.45 0.7 0.47
Hex 7B 24 CA 27 52 0 15 10F 46 2F
Octal 173 44 312 47 122 0 25 417 106 57
Binary 1111011 100100 11001010 100111 1010010 0 10101 100001111 1000110 101111

Color Harmonies of #7B24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B24CA

Black with #7B24CA

Text Example


Text Example

White with #7B24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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