Html Css Color HEX #751B6D Dark Purple

📋 copy color: '#751B6D'

red 117 ◦ green 27 ◦ blue 109

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

Shades of Dark Purple #751B6D

Tints of Dark Purple #751B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 46.25%
G = 10.67%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#751B6D (or 0x751B6D) is known color: Dark Purple. HEX triplet: 75, 1B and 6D. RGB value is (117,27,109). Sum of RGB (Red+Green+Blue) = 117+27+109=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #751B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B6D is #8AE492. Grayscale: #3F3F3F. Windows color (decimal): -9102483 or 7150453. OLE color: 7150453.

HSL color Cylindrical-coordinate representation of color #751B6D: hue angle of 305.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B6D is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 27 109 -
CMYK 0 0.77 0.07 0.54
HSL 305.33º 0.63% 0.28% -
HSV(B) 305.33º 0.77% 0.46% -
XYZ 10.49 5.67 15.01 -
YUV 63.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 117 27 109 0 0.77 0.07 0.54 305.33 0.63 0.28
Hex 75 1B 6D 0 4D 7 36 131 3E 1C
Octal 165 33 155 0 115 7 66 461 76 34
Binary 1110101 11011 1101101 0 1001101 111 110110 100110001 111110 11100

Color Harmonies of #751B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B6D

Black with #751B6D

Text Example


Text Example

White with #751B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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