Html Css Color HEX #751B7B Dark Purple

📋 copy color: '#751B7B'

red 117 ◦ green 27 ◦ blue 123

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

Shades of Dark Purple #751B7B

Tints of Dark Purple #751B7B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

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

R = 43.82%
G = 10.11%
B = 46.07%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#751B7B (or 0x751B7B) is known color: Dark Purple. HEX triplet: 75, 1B and 7B. RGB value is (117,27,123). Sum of RGB (Red+Green+Blue) = 117+27+123=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #751B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B7B is #8AE484. Grayscale: #404040. Windows color (decimal): -9102469 or 8067957. OLE color: 8067957.

HSL color Cylindrical-coordinate representation of color #751B7B: hue angle of 296.25º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751B7B is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 27 123 -
CMYK 0.05 0.78 0 0.52
HSL 296.25º 0.64% 0.29% -
HSV(B) 296.25º 0.78% 0.48% -
XYZ 11.3 6 19.3 -
YUV 64.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 117 27 123 0.05 0.78 0 0.52 296.25 0.64 0.29
Hex 75 1B 7B 5 4E 0 34 128 40 1D
Octal 165 33 173 5 116 0 64 450 100 35
Binary 1110101 11011 1111011 101 1001110 0 110100 100101000 1000000 11101

Color Harmonies of #751B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B7B

Black with #751B7B

Text Example


Text Example

White with #751B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751B7B; }

 p { color: rgb(117,27,123); }

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

background-color css

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

 a { background-color: rgb(117,27,123); }

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

border-color css

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

 span { border-color: rgb(117,27,123); }

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