Html Css Color HEX #7736CD Purple Heart

📋 copy color: '#7736CD'

red 119 ◦ green 54 ◦ blue 205

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

Shades of Purple Heart #7736CD

Tints of Purple Heart #7736CD

RGB

 RED value IS 119 (46.88% from 255) = 31.48%

 GREEN value IS 54 (21.48% from 255) = 14.29%

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 31.48%
G = 14.29%
B = 54.23%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7736CD (or 0x7736CD) is known color: Purple Heart. HEX triplet: 77, 36 and CD. RGB value is (119,54,205). Sum of RGB (Red+Green+Blue) = 119+54+205=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #7736CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7736CD is #88C932. Grayscale: #5A5A5A. Windows color (decimal): -8964403 or 13448823. OLE color: 13448823.

HSL color Cylindrical-coordinate representation of color #7736CD: hue angle of 265.83º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7736CD is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 54 205 -
CMYK 0.42 0.74 0 0.20
HSL 265.83º 0.6% 0.51% -
HSV(B) 265.83º 0.74% 0.8% -
XYZ 19.95 10.97 58.82 -
YUV 90.65 192.53 148.22 -
System Red Green Blue C M Y K H S L
Decimal 119 54 205 0.42 0.74 0 0.20 265.83 0.6 0.51
Hex 77 36 CD 2A 4A 0 14 10A 3C 33
Octal 167 66 315 52 112 0 24 412 74 63
Binary 1110111 110110 11001101 101010 1001010 0 10100 100001010 111100 110011

Color Harmonies of #7736CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7736CD

Black with #7736CD

Text Example


Text Example

White with #7736CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7736CD; }

 p { color: rgb(119,54,205); }

 H1.HeaderClassName
 {
   color: #7736CD;
 }
 .AnyTagClassName
 {
   color: #7736CD;
 }
</style>

background-color css

<style>
 a { background-color: #7736CD; }

 a { background-color: rgb(119,54,205); }

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

border-color css

<style>
 span { border-color: #7736CD; }

 span { border-color: rgb(119,54,205); }

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