Html Css Color HEX #7635D5 Purple Heart

📋 copy color: '#7635D5'

red 118 ◦ green 53 ◦ blue 213

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

Shades of Purple Heart #7635D5

Tints of Purple Heart #7635D5

RGB

 RED value IS 118 (46.48% from 255) = 30.73%

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

 BLUE value IS 213 (83.59% from 255) = 55.47%

R = 30.73%
G = 13.8%
B = 55.47%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7635D5 (or 0x7635D5) is known color: Purple Heart. HEX triplet: 76, 35 and D5. RGB value is (118,53,213). Sum of RGB (Red+Green+Blue) = 118+53+213=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #7635D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635D5 is #89CA2A. Grayscale: #5A5A5A. Windows color (decimal): -9030187 or 13972854. OLE color: 13972854.

HSL color Cylindrical-coordinate representation of color #7635D5: hue angle of 264.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7635D5 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 53 213 -
CMYK 0.45 0.75 0 0.16
HSL 264.38º 0.66% 0.52% -
HSV(B) 264.38º 0.75% 0.84% -
XYZ 20.75 11.2 64.02 -
YUV 90.68 197.03 147.49 -
System Red Green Blue C M Y K H S L
Decimal 118 53 213 0.45 0.75 0 0.16 264.38 0.66 0.52
Hex 76 35 D5 2D 4B 0 10 108 42 34
Octal 166 65 325 55 113 0 20 410 102 64
Binary 1110110 110101 11010101 101101 1001011 0 10000 100001000 1000010 110100

Color Harmonies of #7635D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7635D5

Black with #7635D5

Text Example


Text Example

White with #7635D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7635D5; }

 p { color: rgb(118,53,213); }

 H1.HeaderClassName
 {
   color: #7635D5;
 }
 .AnyTagClassName
 {
   color: #7635D5;
 }
</style>

background-color css

<style>
 a { background-color: #7635D5; }

 a { background-color: rgb(118,53,213); }

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

border-color css

<style>
 span { border-color: #7635D5; }

 span { border-color: rgb(118,53,213); }

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