Html Css Color HEX #7B33CD Purple Heart

📋 copy color: '#7B33CD'

red 123 ◦ green 51 ◦ blue 205

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

Shades of Purple Heart #7B33CD

Tints of Purple Heart #7B33CD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

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

R = 32.45%
G = 13.46%
B = 54.09%

CMYK

 C value IS 0.4

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B33CD (or 0x7B33CD) is known color: Purple Heart. HEX triplet: 7B, 33 and CD. RGB value is (123,51,205). Sum of RGB (Red+Green+Blue) = 123+51+205=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B33CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B33CD is #84CC32. Grayscale: #595959. Windows color (decimal): -8703027 or 13448059. OLE color: 13448059.

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

Color convert

RGB 123 51 205 -
CMYK 0.4 0.75 0 0.20
HSL 268.05º 0.61% 0.5% -
HSV(B) 268.05º 0.75% 0.8% -
XYZ 20.37 10.99 58.8 -
YUV 90.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 123 51 205 0.4 0.75 0 0.20 268.05 0.61 0.5
Hex 7B 33 CD 28 4B 0 14 10C 3D 32
Octal 173 63 315 50 113 0 24 414 75 62
Binary 1111011 110011 11001101 101000 1001011 0 10100 100001100 111101 110010

Color Harmonies of #7B33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B33CD

Black with #7B33CD

Text Example


Text Example

White with #7B33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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