Html Css Color HEX #7B35BA Purple Heart

📋 copy color: '#7B35BA'

red 123 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #7B35BA

Tints of Purple Heart #7B35BA

RGB

 RED value IS 123 (48.44% from 255) = 33.98%

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

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

R = 33.98%
G = 14.64%
B = 51.38%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B35BA (or 0x7B35BA) is known color: Purple Heart. HEX triplet: 7B, 35 and BA. RGB value is (123,53,186). Sum of RGB (Red+Green+Blue) = 123+53+186=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B35BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B35BA is #84CA45. Grayscale: #585858. Windows color (decimal): -8702534 or 12203387. OLE color: 12203387.

HSL color Cylindrical-coordinate representation of color #7B35BA: hue angle of 271.58º 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 #7B35BA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 53 186 -
CMYK 0.34 0.72 0 0.27
HSL 271.58º 0.56% 0.47% -
HSV(B) 271.58º 0.72% 0.73% -
XYZ 18.3 10.3 47.48 -
YUV 89.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 123 53 186 0.34 0.72 0 0.27 271.58 0.56 0.47
Hex 7B 35 BA 22 48 0 1B 110 38 2F
Octal 173 65 272 42 110 0 33 420 70 57
Binary 1111011 110101 10111010 100010 1001000 0 11011 100010000 111000 101111

Color Harmonies of #7B35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B35BA

Black with #7B35BA

Text Example


Text Example

White with #7B35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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