Html Css Color HEX #7A33CD Purple Heart

📋 copy color: '#7A33CD'

red 122 ◦ green 51 ◦ blue 205

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

Shades of Purple Heart #7A33CD

Tints of Purple Heart #7A33CD

RGB

 RED value IS 122 (48.05% from 255) = 32.28%

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

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

R = 32.28%
G = 13.49%
B = 54.23%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A33CD (or 0x7A33CD) is known color: Purple Heart. HEX triplet: 7A, 33 and CD. RGB value is (122,51,205). Sum of RGB (Red+Green+Blue) = 122+51+205=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A33CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A33CD is #85CC32. Grayscale: #595959. Windows color (decimal): -8768563 or 13448058. OLE color: 13448058.

HSL color Cylindrical-coordinate representation of color #7A33CD: hue angle of 267.66º 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 #7A33CD is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 51 205 -
CMYK 0.40 0.75 0 0.20
HSL 267.66º 0.61% 0.5% -
HSV(B) 267.66º 0.75% 0.8% -
XYZ 20.23 10.91 58.8 -
YUV 89.79 193.02 150.98 -
System Red Green Blue C M Y K H S L
Decimal 122 51 205 0.40 0.75 0 0.20 267.66 0.61 0.5
Hex 7A 33 CD 28 4B 0 14 10C 3D 32
Octal 172 63 315 50 113 0 24 414 75 62
Binary 1111010 110011 11001101 101000 1001011 0 10100 100001100 111101 110010

Color Harmonies of #7A33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A33CD

Black with #7A33CD

Text Example


Text Example

White with #7A33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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