Html Css Color HEX #7735CB Purple Heart

📋 copy color: '#7735CB'

red 119 ◦ green 53 ◦ blue 203

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

Shades of Purple Heart #7735CB

Tints of Purple Heart #7735CB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

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

R = 31.73%
G = 14.13%
B = 54.13%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7735CB (or 0x7735CB) is known color: Purple Heart. HEX triplet: 77, 35 and CB. RGB value is (119,53,203). Sum of RGB (Red+Green+Blue) = 119+53+203=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #7735CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735CB is #88CA34. Grayscale: #595959. Windows color (decimal): -8964661 or 13317495. OLE color: 13317495.

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

Color convert

RGB 119 53 203 -
CMYK 0.41 0.74 0 0.20
HSL 266.4º 0.59% 0.5% -
HSV(B) 266.4º 0.74% 0.8% -
XYZ 19.66 10.78 57.54 -
YUV 89.83 191.87 148.8 -
System Red Green Blue C M Y K H S L
Decimal 119 53 203 0.41 0.74 0 0.20 266.4 0.59 0.5
Hex 77 35 CB 29 4A 0 14 10A 3B 32
Octal 167 65 313 51 112 0 24 412 73 62
Binary 1110111 110101 11001011 101001 1001010 0 10100 100001010 111011 110010

Color Harmonies of #7735CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7735CB

Black with #7735CB

Text Example


Text Example

White with #7735CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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