Html Css Color HEX #6F0384 Purple

📋 copy color: '#6F0384'

red 111 ◦ green 3 ◦ blue 132

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

Shades of Purple #6F0384

Tints of Purple #6F0384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 45.12%
G = 1.22%
B = 53.66%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F0384 (or 0x6F0384) is known color: Purple. HEX triplet: 6F, 03 and 84. RGB value is (111,3,132). Sum of RGB (Red+Green+Blue) = 111+3+132=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F0384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0384 is #90FC7B. Grayscale: #313131. Windows color (decimal): -9501820 or 8651631. OLE color: 8651631.

HSL color Cylindrical-coordinate representation of color #6F0384: hue angle of 290.23º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0384 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 3 132 -
CMYK 0.16 0.98 0 0.48
HSL 290.23º 0.96% 0.26% -
HSV(B) 290.23º 0.98% 0.52% -
XYZ 10.75 5.11 22.25 -
YUV 50 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 111 3 132 0.16 0.98 0 0.48 290.23 0.96 0.26
Hex 6F 3 84 10 62 0 30 122 60 1A
Octal 157 3 204 20 142 0 60 442 140 32
Binary 1101111 11 10000100 10000 1100010 0 110000 100100010 1100000 11010

Color Harmonies of #6F0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0384

Black with #6F0384

Text Example


Text Example

White with #6F0384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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