Html Css Color HEX #7F35BB Purple Heart

📋 copy color: '#7F35BB'

red 127 ◦ green 53 ◦ blue 187

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

Shades of Purple Heart #7F35BB

Tints of Purple Heart #7F35BB

RGB

 RED value IS 127 (50% from 255) = 34.6%

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

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 34.6%
G = 14.44%
B = 50.95%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F35BB (or 0x7F35BB) is known color: Purple Heart. HEX triplet: 7F, 35 and BB. RGB value is (127,53,187). Sum of RGB (Red+Green+Blue) = 127+53+187=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F35BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F35BB is #80CA44. Grayscale: #595959. Windows color (decimal): -8440389 or 12268927. OLE color: 12268927.

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

Color convert

RGB 127 53 187 -
CMYK 0.32 0.72 0 0.27
HSL 273.13º 0.56% 0.47% -
HSV(B) 273.13º 0.72% 0.73% -
XYZ 19 10.65 48.07 -
YUV 90.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 127 53 187 0.32 0.72 0 0.27 273.13 0.56 0.47
Hex 7F 35 BB 20 48 0 1B 111 38 2F
Octal 177 65 273 40 110 0 33 421 70 57
Binary 1111111 110101 10111011 100000 1001000 0 11011 100010001 111000 101111

Color Harmonies of #7F35BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F35BB

Black with #7F35BB

Text Example


Text Example

White with #7F35BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,187); }

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

background-color css

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

 a { background-color: rgb(127,53,187); }

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

border-color css

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

 span { border-color: rgb(127,53,187); }

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