Html Css Color HEX #7435CB Purple Heart

📋 copy color: '#7435CB'

red 116 ◦ green 53 ◦ blue 203

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

Shades of Purple Heart #7435CB

Tints of Purple Heart #7435CB

RGB

 RED value IS 116 (45.7% from 255) = 31.18%

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

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

R = 31.18%
G = 14.25%
B = 54.57%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7435CB (or 0x7435CB) is known color: Purple Heart. HEX triplet: 74, 35 and CB. RGB value is (116,53,203). Sum of RGB (Red+Green+Blue) = 116+53+203=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #7435CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435CB is #8BCA34. Grayscale: #585858. Windows color (decimal): -9161269 or 13317492. OLE color: 13317492.

HSL color Cylindrical-coordinate representation of color #7435CB: hue angle of 265.2º 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 #7435CB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 53 203 -
CMYK 0.43 0.74 0 0.20
HSL 265.2º 0.59% 0.5% -
HSV(B) 265.2º 0.74% 0.8% -
XYZ 19.26 10.57 57.53 -
YUV 88.94 192.37 147.3 -
System Red Green Blue C M Y K H S L
Decimal 116 53 203 0.43 0.74 0 0.20 265.2 0.59 0.5
Hex 74 35 CB 2B 4A 0 14 109 3B 32
Octal 164 65 313 53 112 0 24 411 73 62
Binary 1110100 110101 11001011 101011 1001010 0 10100 100001001 111011 110010

Color Harmonies of #7435CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435CB

Black with #7435CB

Text Example


Text Example

White with #7435CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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