Html Css Color HEX #7B26CA Purple Heart

📋 copy color: '#7B26CA'

red 123 ◦ green 38 ◦ blue 202

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

Shades of Purple Heart #7B26CA

Tints of Purple Heart #7B26CA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

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

R = 33.88%
G = 10.47%
B = 55.65%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B26CA (or 0x7B26CA) is known color: Purple Heart. HEX triplet: 7B, 26 and CA. RGB value is (123,38,202). Sum of RGB (Red+Green+Blue) = 123+38+202=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B26CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B26CA is #84D935. Grayscale: #515151. Windows color (decimal): -8706358 or 13248123. OLE color: 13248123.

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

Color convert

RGB 123 38 202 -
CMYK 0.39 0.81 0 0.21
HSL 271.1º 0.68% 0.47% -
HSV(B) 271.1º 0.81% 0.79% -
XYZ 19.52 9.86 56.75 -
YUV 82.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 123 38 202 0.39 0.81 0 0.21 271.1 0.68 0.47
Hex 7B 26 CA 27 51 0 15 10F 44 2F
Octal 173 46 312 47 121 0 25 417 104 57
Binary 1111011 100110 11001010 100111 1010001 0 10101 100001111 1000100 101111

Color Harmonies of #7B26CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B26CA

Black with #7B26CA

Text Example


Text Example

White with #7B26CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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