Html Css Color HEX #7925CA Purple Heart

📋 copy color: '#7925CA'

red 121 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #7925CA

Tints of Purple Heart #7925CA

RGB

 RED value IS 121 (47.66% from 255) = 33.61%

 GREEN value IS 37 (14.84% from 255) = 10.28%

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 33.61%
G = 10.28%
B = 56.11%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7925CA (or 0x7925CA) is known color: Purple Heart. HEX triplet: 79, 25 and CA. RGB value is (121,37,202). Sum of RGB (Red+Green+Blue) = 121+37+202=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #7925CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7925CA is #86DA35. Grayscale: #505050. Windows color (decimal): -8837686 or 13247865. OLE color: 13247865.

HSL color Cylindrical-coordinate representation of color #7925CA: hue angle of 270.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7925CA is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 37 202 -
CMYK 0.40 0.82 0 0.21
HSL 270.55º 0.69% 0.47% -
HSV(B) 270.55º 0.82% 0.79% -
XYZ 19.21 9.65 56.73 -
YUV 80.93 196.33 156.58 -
System Red Green Blue C M Y K H S L
Decimal 121 37 202 0.40 0.82 0 0.21 270.55 0.69 0.47
Hex 79 25 CA 28 52 0 15 10F 45 2F
Octal 171 45 312 50 122 0 25 417 105 57
Binary 1111001 100101 11001010 101000 1010010 0 10101 100001111 1000101 101111

Color Harmonies of #7925CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7925CA

Black with #7925CA

Text Example


Text Example

White with #7925CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7925CA; }

 p { color: rgb(121,37,202); }

 H1.HeaderClassName
 {
   color: #7925CA;
 }
 .AnyTagClassName
 {
   color: #7925CA;
 }
</style>

background-color css

<style>
 a { background-color: #7925CA; }

 a { background-color: rgb(121,37,202); }

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

border-color css

<style>
 span { border-color: #7925CA; }

 span { border-color: rgb(121,37,202); }

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