Html Css Color HEX #773BCF Purple Heart

📋 copy color: '#773BCF'

red 119 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #773BCF

Tints of Purple Heart #773BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.32%

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 30.91%
G = 15.32%
B = 53.77%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#773BCF (or 0x773BCF) is known color: Purple Heart. HEX triplet: 77, 3B and CF. RGB value is (119,59,207). Sum of RGB (Red+Green+Blue) = 119+59+207=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #773BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BCF is #88C430. Grayscale: #5D5D5D. Windows color (decimal): -8963121 or 13581175. OLE color: 13581175.

HSL color Cylindrical-coordinate representation of color #773BCF: hue angle of 264.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773BCF is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 59 207 -
CMYK 0.43 0.71 0 0.19
HSL 264.32º 0.61% 0.52% -
HSV(B) 264.32º 0.71% 0.81% -
XYZ 20.43 11.55 60.18 -
YUV 93.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 119 59 207 0.43 0.71 0 0.19 264.32 0.61 0.52
Hex 77 3B CF 2B 47 0 13 108 3D 34
Octal 167 73 317 53 107 0 23 410 75 64
Binary 1110111 111011 11001111 101011 1000111 0 10011 100001000 111101 110100

Color Harmonies of #773BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BCF

Black with #773BCF

Text Example


Text Example

White with #773BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773BCF; }

 p { color: rgb(119,59,207); }

 H1.HeaderClassName
 {
   color: #773BCF;
 }
 .AnyTagClassName
 {
   color: #773BCF;
 }
</style>

background-color css

<style>
 a { background-color: #773BCF; }

 a { background-color: rgb(119,59,207); }

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

border-color css

<style>
 span { border-color: #773BCF; }

 span { border-color: rgb(119,59,207); }

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