Html Css Color HEX #820375 Purple

📋 copy color: '#820375'

red 130 ◦ green 3 ◦ blue 117

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

Shades of Purple #820375

Tints of Purple #820375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 52%
G = 1.2%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#820375 (or 0x820375) is known color: Purple. HEX triplet: 82, 03 and 75. RGB value is (130,3,117). Sum of RGB (Red+Green+Blue) = 130+3+117=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #820375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820375 is #7DFC8A. Grayscale: #353535. Windows color (decimal): -8256651 or 7668610. OLE color: 7668610.

HSL color Cylindrical-coordinate representation of color #820375: hue angle of 306.14º 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 #820375 is Cyan = 0, Magento = 0.98, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 3 117 -
CMYK 0 0.98 0.1 0.49
HSL 306.14º 0.95% 0.26% -
HSV(B) 306.14º 0.98% 0.51% -
XYZ 12.45 6.1 17.35 -
YUV 53.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 130 3 117 0 0.98 0.1 0.49 306.14 0.95 0.26
Hex 82 3 75 0 62 A 31 132 5F 1A
Octal 202 3 165 0 142 12 61 462 137 32
Binary 10000010 11 1110101 0 1100010 1010 110001 100110010 1011111 11010

Color Harmonies of #820375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820375

Black with #820375

Text Example


Text Example

White with #820375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820375; }

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

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

background-color css

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

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

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

border-color css

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

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

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