Html Css Color HEX #6F0378 Purple

📋 copy color: '#6F0378'

red 111 ◦ green 3 ◦ blue 120

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

Shades of Purple #6F0378

Tints of Purple #6F0378

RGB

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

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

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

R = 47.44%
G = 1.28%
B = 51.28%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F0378 (or 0x6F0378) is known color: Purple. HEX triplet: 6F, 03 and 78. RGB value is (111,3,120). Sum of RGB (Red+Green+Blue) = 111+3+120=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F0378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0378 is #90FC87. Grayscale: #303030. Windows color (decimal): -9501832 or 7865199. OLE color: 7865199.

HSL color Cylindrical-coordinate representation of color #6F0378: hue angle of 295.38º 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 #6F0378 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 3 120 -
CMYK 0.08 0.98 0 0.53
HSL 295.38º 0.95% 0.24% -
HSV(B) 295.38º 0.98% 0.47% -
XYZ 9.98 4.8 18.17 -
YUV 48.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 111 3 120 0.08 0.98 0 0.53 295.38 0.95 0.24
Hex 6F 3 78 8 62 0 35 127 5F 18
Octal 157 3 170 10 142 0 65 447 137 30
Binary 1101111 11 1111000 1000 1100010 0 110101 100100111 1011111 11000

Color Harmonies of #6F0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0378

Black with #6F0378

Text Example


Text Example

White with #6F0378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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