Html Css Color HEX #7934CB Purple Heart

📋 copy color: '#7934CB'

red 121 ◦ green 52 ◦ blue 203

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

Shades of Purple Heart #7934CB

Tints of Purple Heart #7934CB

RGB

 RED value IS 121 (47.66% from 255) = 32.18%

 GREEN value IS 52 (20.7% from 255) = 13.83%

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

R = 32.18%
G = 13.83%
B = 53.99%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7934CB (or 0x7934CB) is known color: Purple Heart. HEX triplet: 79, 34 and CB. RGB value is (121,52,203). Sum of RGB (Red+Green+Blue) = 121+52+203=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #7934CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7934CB is #86CB34. Grayscale: #595959. Windows color (decimal): -8833845 or 13317241. OLE color: 13317241.

HSL color Cylindrical-coordinate representation of color #7934CB: hue angle of 267.42º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7934CB is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 52 203 -
CMYK 0.40 0.74 0 0.20
HSL 267.42º 0.59% 0.5% -
HSV(B) 267.42º 0.74% 0.8% -
XYZ 19.89 10.83 57.54 -
YUV 89.85 191.86 150.22 -
System Red Green Blue C M Y K H S L
Decimal 121 52 203 0.40 0.74 0 0.20 267.42 0.59 0.5
Hex 79 34 CB 28 4A 0 14 10B 3B 32
Octal 171 64 313 50 112 0 24 413 73 62
Binary 1111001 110100 11001011 101000 1001010 0 10100 100001011 111011 110010

Color Harmonies of #7934CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7934CB

Black with #7934CB

Text Example


Text Example

White with #7934CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7934CB; }

 p { color: rgb(121,52,203); }

 H1.HeaderClassName
 {
   color: #7934CB;
 }
 .AnyTagClassName
 {
   color: #7934CB;
 }
</style>

background-color css

<style>
 a { background-color: #7934CB; }

 a { background-color: rgb(121,52,203); }

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

border-color css

<style>
 span { border-color: #7934CB; }

 span { border-color: rgb(121,52,203); }

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