Html Css Color HEX #751DCB Purple Heart

📋 copy color: '#751DCB'

red 117 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #751DCB

Tints of Purple Heart #751DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 33.52%
G = 8.31%
B = 58.17%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#751DCB (or 0x751DCB) is known color: Purple Heart. HEX triplet: 75, 1D and CB. RGB value is (117,29,203). Sum of RGB (Red+Green+Blue) = 117+29+203=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #751DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DCB is #8AE234. Grayscale: #4A4A4A. Windows color (decimal): -9101877 or 13311349. OLE color: 13311349.

HSL color Cylindrical-coordinate representation of color #751DCB: hue angle of 270.34º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751DCB is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 29 203 -
CMYK 0.42 0.86 0 0.20
HSL 270.34º 0.75% 0.45% -
HSV(B) 270.34º 0.86% 0.8% -
XYZ 18.55 8.97 57.25 -
YUV 75.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 117 29 203 0.42 0.86 0 0.20 270.34 0.75 0.45
Hex 75 1D CB 2A 56 0 14 10E 4B 2D
Octal 165 35 313 52 126 0 24 416 113 55
Binary 1110101 11101 11001011 101010 1010110 0 10100 100001110 1001011 101101

Color Harmonies of #751DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DCB

Black with #751DCB

Text Example


Text Example

White with #751DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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