Html Css Color HEX #7635CF Purple Heart

📋 copy color: '#7635CF'

red 118 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #7635CF

Tints of Purple Heart #7635CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 31.22%
G = 14.02%
B = 54.76%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7635CF (or 0x7635CF) is known color: Purple Heart. HEX triplet: 76, 35 and CF. RGB value is (118,53,207). Sum of RGB (Red+Green+Blue) = 118+53+207=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #7635CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635CF is #89CA30. Grayscale: #595959. Windows color (decimal): -9030193 or 13579638. OLE color: 13579638.

HSL color Cylindrical-coordinate representation of color #7635CF: hue angle of 265.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7635CF is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 53 207 -
CMYK 0.43 0.74 0 0.19
HSL 265.32º 0.62% 0.51% -
HSV(B) 265.32º 0.74% 0.81% -
XYZ 20.01 10.9 60.08 -
YUV 89.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 118 53 207 0.43 0.74 0 0.19 265.32 0.62 0.51
Hex 76 35 CF 2B 4A 0 13 109 3E 33
Octal 166 65 317 53 112 0 23 411 76 63
Binary 1110110 110101 11001111 101011 1001010 0 10011 100001001 111110 110011

Color Harmonies of #7635CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7635CF

Black with #7635CF

Text Example


Text Example

White with #7635CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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