Html Css Color HEX #840C7B Purple

📋 copy color: '#840C7B'

red 132 ◦ green 12 ◦ blue 123

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

Shades of Purple #840C7B

Tints of Purple #840C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 123 (48.44% from 255) = 46.07%

R = 49.44%
G = 4.49%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#840C7B (or 0x840C7B) is known color: Purple. HEX triplet: 84, 0C and 7B. RGB value is (132,12,123). Sum of RGB (Red+Green+Blue) = 132+12+123=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #840C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C7B is #7BF384. Grayscale: #3C3C3C. Windows color (decimal): -8123269 or 8064132. OLE color: 8064132.

HSL color Cylindrical-coordinate representation of color #840C7B: hue angle of 304.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C7B is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 123 -
CMYK 0 0.91 0.07 0.48
HSL 304.5º 0.83% 0.28% -
HSV(B) 304.5º 0.91% 0.52% -
XYZ 13.22 6.6 19.32 -
YUV 60.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 132 12 123 0 0.91 0.07 0.48 304.5 0.83 0.28
Hex 84 C 7B 0 5B 7 30 130 53 1C
Octal 204 14 173 0 133 7 60 460 123 34
Binary 10000100 1100 1111011 0 1011011 111 110000 100110000 1010011 11100

Color Harmonies of #840C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C7B

Black with #840C7B

Text Example


Text Example

White with #840C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840C7B; }

 p { color: rgb(132,12,123); }

 H1.HeaderClassName
 {
   color: #840C7B;
 }
 .AnyTagClassName
 {
   color: #840C7B;
 }
</style>

background-color css

<style>
 a { background-color: #840C7B; }

 a { background-color: rgb(132,12,123); }

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

border-color css

<style>
 span { border-color: #840C7B; }

 span { border-color: rgb(132,12,123); }

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