Html Css Color HEX #7B3DCD Purple Heart

📋 copy color: '#7B3DCD'

red 123 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #7B3DCD

Tints of Purple Heart #7B3DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 31.62%
G = 15.68%
B = 52.7%

CMYK

 C value IS 0.4

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B3DCD (or 0x7B3DCD) is known color: Purple Heart. HEX triplet: 7B, 3D and CD. RGB value is (123,61,205). Sum of RGB (Red+Green+Blue) = 123+61+205=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B3DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3DCD is #84C232. Grayscale: #5F5F5F. Windows color (decimal): -8700467 or 13450619. OLE color: 13450619.

HSL color Cylindrical-coordinate representation of color #7B3DCD: hue angle of 265.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B3DCD is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 61 205 -
CMYK 0.4 0.70 0 0.20
HSL 265.83º 0.59% 0.52% -
HSV(B) 265.83º 0.7% 0.8% -
XYZ 20.86 11.96 58.97 -
YUV 95.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 123 61 205 0.4 0.70 0 0.20 265.83 0.59 0.52
Hex 7B 3D CD 28 46 0 14 10A 3B 34
Octal 173 75 315 50 106 0 24 412 73 64
Binary 1111011 111101 11001101 101000 1000110 0 10100 100001010 111011 110100

Color Harmonies of #7B3DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3DCD

Black with #7B3DCD

Text Example


Text Example

White with #7B3DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,61,205); }

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

background-color css

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

 a { background-color: rgb(123,61,205); }

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

border-color css

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

 span { border-color: rgb(123,61,205); }

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