Html Css Color HEX #78026B Purple

📋 copy color: '#78026B'

red 120 ◦ green 2 ◦ blue 107

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

Shades of Purple #78026B

Tints of Purple #78026B

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 52.4%
G = 0.87%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78026B (or 0x78026B) is known color: Purple. HEX triplet: 78, 02 and 6B. RGB value is (120,2,107). Sum of RGB (Red+Green+Blue) = 120+2+107=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78026B is #87FD94. Grayscale: #303030. Windows color (decimal): -8912277 or 7012984. OLE color: 7012984.

HSL color Cylindrical-coordinate representation of color #78026B: hue angle of 306.61º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78026B is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 107 -
CMYK 0 0.98 0.11 0.53
HSL 306.61º 0.97% 0.24% -
HSV(B) 306.61º 0.98% 0.47% -
XYZ 10.42 5.1 14.34 -
YUV 49.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 120 2 107 0 0.98 0.11 0.53 306.61 0.97 0.24
Hex 78 2 6B 0 62 B 35 133 61 18
Octal 170 2 153 0 142 13 65 463 141 30
Binary 1111000 10 1101011 0 1100010 1011 110101 100110011 1100001 11000

Color Harmonies of #78026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78026B

Black with #78026B

Text Example


Text Example

White with #78026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78026B; }

 p { color: rgb(120,2,107); }

 H1.HeaderClassName
 {
   color: #78026B;
 }
 .AnyTagClassName
 {
   color: #78026B;
 }
</style>

background-color css

<style>
 a { background-color: #78026B; }

 a { background-color: rgb(120,2,107); }

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

border-color css

<style>
 span { border-color: #78026B; }

 span { border-color: rgb(120,2,107); }

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