Html Css Color HEX #7638D0 Purple Heart

📋 copy color: '#7638D0'

red 118 ◦ green 56 ◦ blue 208

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

Shades of Purple Heart #7638D0

Tints of Purple Heart #7638D0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

 BLUE value IS 208 (81.64% from 255) = 54.45%

R = 30.89%
G = 14.66%
B = 54.45%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7638D0 (or 0x7638D0) is known color: Purple Heart. HEX triplet: 76, 38 and D0. RGB value is (118,56,208). Sum of RGB (Red+Green+Blue) = 118+56+208=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #7638D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7638D0 is #89C72F. Grayscale: #5B5B5B. Windows color (decimal): -9029424 or 13645942. OLE color: 13645942.

HSL color Cylindrical-coordinate representation of color #7638D0: hue angle of 264.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7638D0 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 56 208 -
CMYK 0.43 0.73 0 0.18
HSL 264.47º 0.62% 0.52% -
HSV(B) 264.47º 0.73% 0.82% -
XYZ 20.27 11.23 60.77 -
YUV 91.87 193.54 146.64 -
System Red Green Blue C M Y K H S L
Decimal 118 56 208 0.43 0.73 0 0.18 264.47 0.62 0.52
Hex 76 38 D0 2B 49 0 12 108 3E 34
Octal 166 70 320 53 111 0 22 410 76 64
Binary 1110110 111000 11010000 101011 1001001 0 10010 100001000 111110 110100

Color Harmonies of #7638D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7638D0

Black with #7638D0

Text Example


Text Example

White with #7638D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7638D0; }

 p { color: rgb(118,56,208); }

 H1.HeaderClassName
 {
   color: #7638D0;
 }
 .AnyTagClassName
 {
   color: #7638D0;
 }
</style>

background-color css

<style>
 a { background-color: #7638D0; }

 a { background-color: rgb(118,56,208); }

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

border-color css

<style>
 span { border-color: #7638D0; }

 span { border-color: rgb(118,56,208); }

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