Html Css Color HEX #78036A Purple

📋 copy color: '#78036A'

red 120 ◦ green 3 ◦ blue 106

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

Shades of Purple #78036A

Tints of Purple #78036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 52.4%
G = 1.31%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78036A (or 0x78036A) is known color: Purple. HEX triplet: 78, 03 and 6A. RGB value is (120,3,106). Sum of RGB (Red+Green+Blue) = 120+3+106=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78036A is #87FC95. Grayscale: #313131. Windows color (decimal): -8912022 or 6947704. OLE color: 6947704.

HSL color Cylindrical-coordinate representation of color #78036A: hue angle of 307.18º degrees, saturation: 0.95, 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 #78036A is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 106 -
CMYK 0 0.98 0.12 0.53
HSL 307.18º 0.95% 0.24% -
HSV(B) 307.18º 0.98% 0.47% -
XYZ 10.38 5.1 14.07 -
YUV 49.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 120 3 106 0 0.98 0.12 0.53 307.18 0.95 0.24
Hex 78 3 6A 0 62 C 35 133 5F 18
Octal 170 3 152 0 142 14 65 463 137 30
Binary 1111000 11 1101010 0 1100010 1100 110101 100110011 1011111 11000

Color Harmonies of #78036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78036A

Black with #78036A

Text Example


Text Example

White with #78036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78036A; }

 p { color: rgb(120,3,106); }

 H1.HeaderClassName
 {
   color: #78036A;
 }
 .AnyTagClassName
 {
   color: #78036A;
 }
</style>

background-color css

<style>
 a { background-color: #78036A; }

 a { background-color: rgb(120,3,106); }

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

border-color css

<style>
 span { border-color: #78036A; }

 span { border-color: rgb(120,3,106); }

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