Html Css Color HEX #7C35BA Purple Heart

📋 copy color: '#7C35BA'

red 124 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #7C35BA

Tints of Purple Heart #7C35BA

RGB

 RED value IS 124 (48.83% from 255) = 34.16%

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 34.16%
G = 14.6%
B = 51.24%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C35BA (or 0x7C35BA) is known color: Purple Heart. HEX triplet: 7C, 35 and BA. RGB value is (124,53,186). Sum of RGB (Red+Green+Blue) = 124+53+186=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C35BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C35BA is #83CA45. Grayscale: #585858. Windows color (decimal): -8636998 or 12203388. OLE color: 12203388.

HSL color Cylindrical-coordinate representation of color #7C35BA: hue angle of 272.03º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C35BA is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 53 186 -
CMYK 0.33 0.72 0 0.27
HSL 272.03º 0.56% 0.47% -
HSV(B) 272.03º 0.72% 0.73% -
XYZ 18.45 10.38 47.48 -
YUV 89.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 124 53 186 0.33 0.72 0 0.27 272.03 0.56 0.47
Hex 7C 35 BA 21 48 0 1B 110 38 2F
Octal 174 65 272 41 110 0 33 420 70 57
Binary 1111100 110101 10111010 100001 1001000 0 11011 100010000 111000 101111

Color Harmonies of #7C35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C35BA

Black with #7C35BA

Text Example


Text Example

White with #7C35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C35BA; }

 p { color: rgb(124,53,186); }

 H1.HeaderClassName
 {
   color: #7C35BA;
 }
 .AnyTagClassName
 {
   color: #7C35BA;
 }
</style>

background-color css

<style>
 a { background-color: #7C35BA; }

 a { background-color: rgb(124,53,186); }

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

border-color css

<style>
 span { border-color: #7C35BA; }

 span { border-color: rgb(124,53,186); }

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