Html Css Color HEX #751DB6 Purple Heart

📋 copy color: '#751DB6'

red 117 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #751DB6

Tints of Purple Heart #751DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.84%

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 35.67%
G = 8.84%
B = 55.49%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#751DB6 (or 0x751DB6) is known color: Purple Heart. HEX triplet: 75, 1D and B6. RGB value is (117,29,182). Sum of RGB (Red+Green+Blue) = 117+29+182=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #751DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DB6 is #8AE249. Grayscale: #484848. Windows color (decimal): -9101898 or 11935093. OLE color: 11935093.

HSL color Cylindrical-coordinate representation of color #751DB6: hue angle of 274.51º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751DB6 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 29 182 -
CMYK 0.36 0.84 0 0.29
HSL 274.51º 0.73% 0.41% -
HSV(B) 274.51º 0.84% 0.71% -
XYZ 16.22 8.04 44.95 -
YUV 72.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 117 29 182 0.36 0.84 0 0.29 274.51 0.73 0.41
Hex 75 1D B6 24 54 0 1D 113 49 29
Octal 165 35 266 44 124 0 35 423 111 51
Binary 1110101 11101 10110110 100100 1010100 0 11101 100010011 1001001 101001

Color Harmonies of #751DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DB6

Black with #751DB6

Text Example


Text Example

White with #751DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,182); }

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

background-color css

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

 a { background-color: rgb(117,29,182); }

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

border-color css

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

 span { border-color: rgb(117,29,182); }

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