Html Css Color HEX #761CCB Purple Heart

📋 copy color: '#761CCB'

red 118 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #761CCB

Tints of Purple Heart #761CCB

RGB

 RED value IS 118 (46.48% from 255) = 33.81%

 GREEN value IS 28 (11.33% from 255) = 8.02%

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

R = 33.81%
G = 8.02%
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

#761CCB (or 0x761CCB) is known color: Purple Heart. HEX triplet: 76, 1C and CB. RGB value is (118,28,203). Sum of RGB (Red+Green+Blue) = 118+28+203=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 28 (11.33% from 255 or 8.02% 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 #761CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CCB is #89E334. Grayscale: #4A4A4A. Windows color (decimal): -9036597 or 13311094. OLE color: 13311094.

HSL color Cylindrical-coordinate representation of color #761CCB: hue angle of 270.86º degrees, saturation: 0.76, 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 #761CCB is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 28 203 -
CMYK 0.42 0.86 0 0.20
HSL 270.86º 0.76% 0.45% -
HSV(B) 270.86º 0.86% 0.8% -
XYZ 18.67 8.99 57.25 -
YUV 74.86 200.32 158.77 -
System Red Green Blue C M Y K H S L
Decimal 118 28 203 0.42 0.86 0 0.20 270.86 0.76 0.45
Hex 76 1C CB 2A 56 0 14 10F 4C 2D
Octal 166 34 313 52 126 0 24 417 114 55
Binary 1110110 11100 11001011 101010 1010110 0 10100 100001111 1001100 101101

Color Harmonies of #761CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CCB

Black with #761CCB

Text Example


Text Example

White with #761CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761CCB; }

 p { color: rgb(118,28,203); }

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

background-color css

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

 a { background-color: rgb(118,28,203); }

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

border-color css

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

 span { border-color: rgb(118,28,203); }

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