Html Css Color HEX #750682 Purple

📋 copy color: '#750682'

red 117 ◦ green 6 ◦ blue 130

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

Shades of Purple #750682

Tints of Purple #750682

RGB

 RED value IS 117 (46.09% from 255) = 46.25%

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

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

R = 46.25%
G = 2.37%
B = 51.38%

CMYK

 C value IS 0.1

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750682 (or 0x750682) is known color: Purple. HEX triplet: 75, 06 and 82. RGB value is (117,6,130). Sum of RGB (Red+Green+Blue) = 117+6+130=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #750682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750682 is #8AF97D. Grayscale: #343434. Windows color (decimal): -9107838 or 8521333. OLE color: 8521333.

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

Color convert

RGB 117 6 130 -
CMYK 0.1 0.95 0 0.49
HSL 293.71º 0.91% 0.27% -
HSV(B) 293.71º 0.95% 0.51% -
XYZ 11.43 5.52 21.58 -
YUV 53.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 117 6 130 0.1 0.95 0 0.49 293.71 0.91 0.27
Hex 75 6 82 A 5F 0 31 126 5B 1B
Octal 165 6 202 12 137 0 61 446 133 33
Binary 1110101 110 10000010 1010 1011111 0 110001 100100110 1011011 11011

Color Harmonies of #750682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750682

Black with #750682

Text Example


Text Example

White with #750682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750682; }

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

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

background-color css

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

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

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

border-color css

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

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

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