Html Css Color HEX #6F038C Purple

📋 copy color: '#6F038C'

red 111 ◦ green 3 ◦ blue 140

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

Shades of Purple #6F038C

Tints of Purple #6F038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 43.7%
G = 1.18%
B = 55.12%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F038C (or 0x6F038C) is known color: Purple. HEX triplet: 6F, 03 and 8C. RGB value is (111,3,140). Sum of RGB (Red+Green+Blue) = 111+3+140=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F038C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F038C is #90FC73. Grayscale: #323232. Windows color (decimal): -9501812 or 9175919. OLE color: 9175919.

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

Color convert

RGB 111 3 140 -
CMYK 0.21 0.98 0 0.45
HSL 287.3º 0.96% 0.28% -
HSV(B) 287.3º 0.98% 0.55% -
XYZ 11.32 5.34 25.24 -
YUV 50.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 111 3 140 0.21 0.98 0 0.45 287.3 0.96 0.28
Hex 6F 3 8C 15 62 0 2D 11F 60 1C
Octal 157 3 214 25 142 0 55 437 140 34
Binary 1101111 11 10001100 10101 1100010 0 101101 100011111 1100000 11100

Color Harmonies of #6F038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F038C

Black with #6F038C

Text Example


Text Example

White with #6F038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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