Html Css Color HEX #7B45CD Purple Heart

📋 copy color: '#7B45CD'

red 123 ◦ green 69 ◦ blue 205

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

Shades of Purple Heart #7B45CD

Tints of Purple Heart #7B45CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

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

R = 30.98%
G = 17.38%
B = 51.64%

CMYK

 C value IS 0.4

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B45CD (or 0x7B45CD) is known color: Purple Heart. HEX triplet: 7B, 45 and CD. RGB value is (123,69,205). Sum of RGB (Red+Green+Blue) = 123+69+205=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B45CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B45CD is #84BA32. Grayscale: #646464. Windows color (decimal): -8698419 or 13452667. OLE color: 13452667.

HSL color Cylindrical-coordinate representation of color #7B45CD: hue angle of 263.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B45CD is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 69 205 -
CMYK 0.4 0.66 0 0.20
HSL 263.82º 0.58% 0.54% -
HSV(B) 263.82º 0.66% 0.8% -
XYZ 21.32 12.87 59.12 -
YUV 100.65 186.89 143.94 -
System Red Green Blue C M Y K H S L
Decimal 123 69 205 0.4 0.66 0 0.20 263.82 0.58 0.54
Hex 7B 45 CD 28 42 0 14 108 3A 36
Octal 173 105 315 50 102 0 24 410 72 66
Binary 1111011 1000101 11001101 101000 1000010 0 10100 100001000 111010 110110

Color Harmonies of #7B45CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B45CD

Black with #7B45CD

Text Example


Text Example

White with #7B45CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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