Html Css Color HEX #7B26CB Purple Heart

📋 copy color: '#7B26CB'

red 123 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #7B26CB

Tints of Purple Heart #7B26CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 33.79%
G = 10.44%
B = 55.77%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B26CB (or 0x7B26CB) is known color: Purple Heart. HEX triplet: 7B, 26 and CB. RGB value is (123,38,203). Sum of RGB (Red+Green+Blue) = 123+38+203=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B26CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B26CB is #84D934. Grayscale: #515151. Windows color (decimal): -8706357 or 13313659. OLE color: 13313659.

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

Color convert

RGB 123 38 203 -
CMYK 0.39 0.81 0 0.20
HSL 270.91º 0.68% 0.47% -
HSV(B) 270.91º 0.81% 0.8% -
XYZ 19.64 9.91 57.38 -
YUV 82.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 123 38 203 0.39 0.81 0 0.20 270.91 0.68 0.47
Hex 7B 26 CB 27 51 0 14 10F 44 2F
Octal 173 46 313 47 121 0 24 417 104 57
Binary 1111011 100110 11001011 100111 1010001 0 10100 100001111 1000100 101111

Color Harmonies of #7B26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B26CB

Black with #7B26CB

Text Example


Text Example

White with #7B26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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