Html Css Color HEX #7B42BE Purple Heart

📋 copy color: '#7B42BE'

red 123 ◦ green 66 ◦ blue 190

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

Shades of Purple Heart #7B42BE

Tints of Purple Heart #7B42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 32.45%
G = 17.41%
B = 50.13%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B42BE (or 0x7B42BE) is known color: Purple Heart. HEX triplet: 7B, 42 and BE. RGB value is (123,66,190). Sum of RGB (Red+Green+Blue) = 123+66+190=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B42BE is #84BD41. Grayscale: #606060. Windows color (decimal): -8699202 or 12468859. OLE color: 12468859.

HSL color Cylindrical-coordinate representation of color #7B42BE: hue angle of 267.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B42BE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 66 190 -
CMYK 0.35 0.65 0 0.25
HSL 267.58º 0.49% 0.5% -
HSV(B) 267.58º 0.65% 0.75% -
XYZ 19.41 11.83 49.97 -
YUV 97.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 123 66 190 0.35 0.65 0 0.25 267.58 0.49 0.5
Hex 7B 42 BE 23 41 0 19 10C 31 32
Octal 173 102 276 43 101 0 31 414 61 62
Binary 1111011 1000010 10111110 100011 1000001 0 11001 100001100 110001 110010

Color Harmonies of #7B42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B42BE

Black with #7B42BE

Text Example


Text Example

White with #7B42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,66,190); }

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

background-color css

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

 a { background-color: rgb(123,66,190); }

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

border-color css

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

 span { border-color: rgb(123,66,190); }

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