Html Css Color HEX #7F30BE Purple Heart

📋 copy color: '#7F30BE'

red 127 ◦ green 48 ◦ blue 190

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

Shades of Purple Heart #7F30BE

Tints of Purple Heart #7F30BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 34.79%
G = 13.15%
B = 52.05%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F30BE (or 0x7F30BE) is known color: Purple Heart. HEX triplet: 7F, 30 and BE. RGB value is (127,48,190). Sum of RGB (Red+Green+Blue) = 127+48+190=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F30BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F30BE is #80CF41. Grayscale: #575757. Windows color (decimal): -8441666 or 12464255. OLE color: 12464255.

HSL color Cylindrical-coordinate representation of color #7F30BE: hue angle of 273.38º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F30BE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 48 190 -
CMYK 0.33 0.75 0 0.25
HSL 273.38º 0.6% 0.47% -
HSV(B) 273.38º 0.75% 0.75% -
XYZ 19.1 10.34 49.7 -
YUV 87.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 127 48 190 0.33 0.75 0 0.25 273.38 0.6 0.47
Hex 7F 30 BE 21 4B 0 19 111 3C 2F
Octal 177 60 276 41 113 0 31 421 74 57
Binary 1111111 110000 10111110 100001 1001011 0 11001 100010001 111100 101111

Color Harmonies of #7F30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F30BE

Black with #7F30BE

Text Example


Text Example

White with #7F30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,48,190); }

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

background-color css

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

 a { background-color: rgb(127,48,190); }

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

border-color css

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

 span { border-color: rgb(127,48,190); }

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