Html Css Color HEX #6F1578 Purple

📋 copy color: '#6F1578'

red 111 ◦ green 21 ◦ blue 120

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

Shades of Purple #6F1578

Tints of Purple #6F1578

RGB

 RED value IS 111 (43.75% from 255) = 44.05%

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 44.05%
G = 8.33%
B = 47.62%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F1578 (or 0x6F1578) is known color: Purple. HEX triplet: 6F, 15 and 78. RGB value is (111,21,120). Sum of RGB (Red+Green+Blue) = 111+21+120=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F1578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1578 is #90EA87. Grayscale: #3A3A3A. Windows color (decimal): -9497224 or 7869807. OLE color: 7869807.

HSL color Cylindrical-coordinate representation of color #6F1578: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1578 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 21 120 -
CMYK 0.08 0.83 0 0.53
HSL 294.55º 0.7% 0.28% -
HSV(B) 294.55º 0.83% 0.47% -
XYZ 10.21 5.27 18.25 -
YUV 59.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 111 21 120 0.08 0.83 0 0.53 294.55 0.7 0.28
Hex 6F 15 78 8 53 0 35 127 46 1C
Octal 157 25 170 10 123 0 65 447 106 34
Binary 1101111 10101 1111000 1000 1010011 0 110101 100100111 1000110 11100

Color Harmonies of #6F1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1578

Black with #6F1578

Text Example


Text Example

White with #6F1578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F1578; }

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

 H1.HeaderClassName
 {
   color: #6F1578;
 }
 .AnyTagClassName
 {
   color: #6F1578;
 }
</style>

background-color css

<style>
 a { background-color: #6F1578; }

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

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

border-color css

<style>
 span { border-color: #6F1578; }

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

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