Html Css Color HEX #7725CB Purple Heart

📋 copy color: '#7725CB'

red 119 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #7725CB

Tints of Purple Heart #7725CB

RGB

 RED value IS 119 (46.88% from 255) = 33.15%

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

 BLUE value IS 203 (79.69% from 255) = 56.55%

R = 33.15%
G = 10.31%
B = 56.55%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7725CB (or 0x7725CB) is known color: Purple Heart. HEX triplet: 77, 25 and CB. RGB value is (119,37,203). Sum of RGB (Red+Green+Blue) = 119+37+203=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #7725CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7725CB is #88DA34. Grayscale: #4F4F4F. Windows color (decimal): -8968757 or 13313399. OLE color: 13313399.

HSL color Cylindrical-coordinate representation of color #7725CB: hue angle of 269.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7725CB is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 37 203 -
CMYK 0.41 0.82 0 0.20
HSL 269.64º 0.69% 0.47% -
HSV(B) 269.64º 0.82% 0.8% -
XYZ 19.05 9.56 57.34 -
YUV 80.44 197.17 155.5 -
System Red Green Blue C M Y K H S L
Decimal 119 37 203 0.41 0.82 0 0.20 269.64 0.69 0.47
Hex 77 25 CB 29 52 0 14 10E 45 2F
Octal 167 45 313 51 122 0 24 416 105 57
Binary 1110111 100101 11001011 101001 1010010 0 10100 100001110 1000101 101111

Color Harmonies of #7725CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7725CB

Black with #7725CB

Text Example


Text Example

White with #7725CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7725CB; }

 p { color: rgb(119,37,203); }

 H1.HeaderClassName
 {
   color: #7725CB;
 }
 .AnyTagClassName
 {
   color: #7725CB;
 }
</style>

background-color css

<style>
 a { background-color: #7725CB; }

 a { background-color: rgb(119,37,203); }

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

border-color css

<style>
 span { border-color: #7725CB; }

 span { border-color: rgb(119,37,203); }

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