Html Css Color HEX #7B3CCE Purple Heart

📋 copy color: '#7B3CCE'

red 123 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #7B3CCE

Tints of Purple Heart #7B3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 31.62%
G = 15.42%
B = 52.96%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B3CCE (or 0x7B3CCE) is known color: Purple Heart. HEX triplet: 7B, 3C and CE. RGB value is (123,60,206). Sum of RGB (Red+Green+Blue) = 123+60+206=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3CCE is #84C331. Grayscale: #5E5E5E. Windows color (decimal): -8700722 or 13515899. OLE color: 13515899.

HSL color Cylindrical-coordinate representation of color #7B3CCE: hue angle of 265.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B3CCE is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 60 206 -
CMYK 0.40 0.71 0 0.19
HSL 265.89º 0.6% 0.52% -
HSV(B) 265.89º 0.71% 0.81% -
XYZ 20.92 11.9 59.59 -
YUV 95.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 123 60 206 0.40 0.71 0 0.19 265.89 0.6 0.52
Hex 7B 3C CE 28 47 0 13 10A 3C 34
Octal 173 74 316 50 107 0 23 412 74 64
Binary 1111011 111100 11001110 101000 1000111 0 10011 100001010 111100 110100

Color Harmonies of #7B3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3CCE

Black with #7B3CCE

Text Example


Text Example

White with #7B3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,60,206); }

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

background-color css

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

 a { background-color: rgb(123,60,206); }

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

border-color css

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

 span { border-color: rgb(123,60,206); }

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