Html Css Color HEX #7B3DBD Purple Heart

📋 copy color: '#7B3DBD'

red 123 ◦ green 61 ◦ blue 189

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

Shades of Purple Heart #7B3DBD

Tints of Purple Heart #7B3DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 32.98%
G = 16.35%
B = 50.67%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B3DBD (or 0x7B3DBD) is known color: Purple Heart. HEX triplet: 7B, 3D and BD. RGB value is (123,61,189). Sum of RGB (Red+Green+Blue) = 123+61+189=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B3DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3DBD is #84C242. Grayscale: #5D5D5D. Windows color (decimal): -8700483 or 12402043. OLE color: 12402043.

HSL color Cylindrical-coordinate representation of color #7B3DBD: hue angle of 269.06º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B3DBD is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 61 189 -
CMYK 0.35 0.68 0 0.26
HSL 269.06º 0.51% 0.49% -
HSV(B) 269.06º 0.68% 0.74% -
XYZ 19.02 11.22 49.31 -
YUV 94.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 123 61 189 0.35 0.68 0 0.26 269.06 0.51 0.49
Hex 7B 3D BD 23 44 0 1A 10D 33 31
Octal 173 75 275 43 104 0 32 415 63 61
Binary 1111011 111101 10111101 100011 1000100 0 11010 100001101 110011 110001

Color Harmonies of #7B3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3DBD

Black with #7B3DBD

Text Example


Text Example

White with #7B3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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