Html Css Color HEX #84067C Purple

📋 copy color: '#84067C'

red 132 ◦ green 6 ◦ blue 124

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

Shades of Purple #84067C

Tints of Purple #84067C

RGB

 RED value IS 132 (51.95% from 255) = 50.38%

 GREEN value IS 6 (2.73% from 255) = 2.29%

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 50.38%
G = 2.29%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84067C (or 0x84067C) is known color: Purple. HEX triplet: 84, 06 and 7C. RGB value is (132,6,124). Sum of RGB (Red+Green+Blue) = 132+6+124=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84067C is #7BF983. Grayscale: #383838. Windows color (decimal): -8124804 or 8128132. OLE color: 8128132.

HSL color Cylindrical-coordinate representation of color #84067C: hue angle of 303.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84067C is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 6 124 -
CMYK 0 0.95 0.06 0.48
HSL 303.81º 0.91% 0.27% -
HSV(B) 303.81º 0.95% 0.52% -
XYZ 13.22 6.49 19.62 -
YUV 57.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 132 6 124 0 0.95 0.06 0.48 303.81 0.91 0.27
Hex 84 6 7C 0 5F 6 30 130 5B 1B
Octal 204 6 174 0 137 6 60 460 133 33
Binary 10000100 110 1111100 0 1011111 110 110000 100110000 1011011 11011

Color Harmonies of #84067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84067C

Black with #84067C

Text Example


Text Example

White with #84067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84067C; }

 p { color: rgb(132,6,124); }

 H1.HeaderClassName
 {
   color: #84067C;
 }
 .AnyTagClassName
 {
   color: #84067C;
 }
</style>

background-color css

<style>
 a { background-color: #84067C; }

 a { background-color: rgb(132,6,124); }

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

border-color css

<style>
 span { border-color: #84067C; }

 span { border-color: rgb(132,6,124); }

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