Html Css Color HEX #78038B Purple

📋 copy color: '#78038B'

red 120 ◦ green 3 ◦ blue 139

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

Shades of Purple #78038B

Tints of Purple #78038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.05%

R = 45.8%
G = 1.15%
B = 53.05%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78038B (or 0x78038B) is known color: Purple. HEX triplet: 78, 03 and 8B. RGB value is (120,3,139). Sum of RGB (Red+Green+Blue) = 120+3+139=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #78038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78038B is #87FC74. Grayscale: #353535. Windows color (decimal): -8911989 or 9110392. OLE color: 9110392.

HSL color Cylindrical-coordinate representation of color #78038B: hue angle of 291.62º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78038B is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 3 139 -
CMYK 0.14 0.98 0 0.45
HSL 291.62º 0.96% 0.28% -
HSV(B) 291.62º 0.98% 0.55% -
XYZ 12.44 5.92 24.91 -
YUV 53.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 120 3 139 0.14 0.98 0 0.45 291.62 0.96 0.28
Hex 78 3 8B E 62 0 2D 124 60 1C
Octal 170 3 213 16 142 0 55 444 140 34
Binary 1111000 11 10001011 1110 1100010 0 101101 100100100 1100000 11100

Color Harmonies of #78038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78038B

Black with #78038B

Text Example


Text Example

White with #78038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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