Html Css Color HEX #820378 Purple

📋 copy color: '#820378'

red 130 ◦ green 3 ◦ blue 120

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

Shades of Purple #820378

Tints of Purple #820378

RGB

 RED value IS 130 (51.17% from 255) = 51.38%

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

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

R = 51.38%
G = 1.19%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#820378 (or 0x820378) is known color: Purple. HEX triplet: 82, 03 and 78. RGB value is (130,3,120). Sum of RGB (Red+Green+Blue) = 130+3+120=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #820378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820378 is #7DFC87. Grayscale: #353535. Windows color (decimal): -8256648 or 7865218. OLE color: 7865218.

HSL color Cylindrical-coordinate representation of color #820378: hue angle of 304.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820378 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 3 120 -
CMYK 0 0.98 0.08 0.49
HSL 304.72º 0.95% 0.26% -
HSV(B) 304.72º 0.98% 0.51% -
XYZ 12.63 6.17 18.29 -
YUV 54.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 130 3 120 0 0.98 0.08 0.49 304.72 0.95 0.26
Hex 82 3 78 0 62 8 31 131 5F 1A
Octal 202 3 170 0 142 10 61 461 137 32
Binary 10000010 11 1111000 0 1100010 1000 110001 100110001 1011111 11010

Color Harmonies of #820378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820378

Black with #820378

Text Example


Text Example

White with #820378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820378; }

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

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

background-color css

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

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

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

border-color css

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

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

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