Html Css Color HEX #78006F Purple

📋 copy color: '#78006F'

red 120 ◦ green 0 ◦ blue 111

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

Shades of Purple #78006F

Tints of Purple #78006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 51.95%
G = 0%
B = 48.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78006F (or 0x78006F) is known color: Purple. HEX triplet: 78, 00 and 6F. RGB value is (120,0,111). Sum of RGB (Red+Green+Blue) = 120+0+111=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78006F is #87FF90. Grayscale: #303030. Windows color (decimal): -8912785 or 7274616. OLE color: 7274616.

HSL color Cylindrical-coordinate representation of color #78006F: hue angle of 304.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78006F is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 111 -
CMYK 0 1 0.08 0.53
HSL 304.5º 1% 0.24% -
HSV(B) 304.5º 1% 0.47% -
XYZ 10.61 5.14 15.47 -
YUV 48.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 120 0 111 0 1 0.08 0.53 304.5 1 0.24
Hex 78 0 6F 0 64 8 35 130 64 18
Octal 170 0 157 0 144 10 65 460 144 30
Binary 1111000 0 1101111 0 1100100 1000 110101 100110000 1100100 11000

Color Harmonies of #78006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78006F

Black with #78006F

Text Example


Text Example

White with #78006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78006F; }

 p { color: rgb(120,0,111); }

 H1.HeaderClassName
 {
   color: #78006F;
 }
 .AnyTagClassName
 {
   color: #78006F;
 }
</style>

background-color css

<style>
 a { background-color: #78006F; }

 a { background-color: rgb(120,0,111); }

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

border-color css

<style>
 span { border-color: #78006F; }

 span { border-color: rgb(120,0,111); }

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