Html Css Color HEX #7438CF Purple Heart

📋 copy color: '#7438CF'

red 116 ◦ green 56 ◦ blue 207

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

Shades of Purple Heart #7438CF

Tints of Purple Heart #7438CF

RGB

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

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

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

R = 30.61%
G = 14.78%
B = 54.62%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7438CF (or 0x7438CF) is known color: Purple Heart. HEX triplet: 74, 38 and CF. RGB value is (116,56,207). Sum of RGB (Red+Green+Blue) = 116+56+207=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #7438CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438CF is #8BC730. Grayscale: #5A5A5A. Windows color (decimal): -9160497 or 13580404. OLE color: 13580404.

HSL color Cylindrical-coordinate representation of color #7438CF: hue angle of 263.84º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7438CF is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 56 207 -
CMYK 0.44 0.73 0 0.19
HSL 263.84º 0.61% 0.52% -
HSV(B) 263.84º 0.73% 0.81% -
XYZ 19.88 11.05 60.12 -
YUV 91.15 193.38 145.72 -
System Red Green Blue C M Y K H S L
Decimal 116 56 207 0.44 0.73 0 0.19 263.84 0.61 0.52
Hex 74 38 CF 2C 49 0 13 108 3D 34
Octal 164 70 317 54 111 0 23 410 75 64
Binary 1110100 111000 11001111 101100 1001001 0 10011 100001000 111101 110100

Color Harmonies of #7438CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7438CF

Black with #7438CF

Text Example


Text Example

White with #7438CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,56,207); }

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

background-color css

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

 a { background-color: rgb(116,56,207); }

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

border-color css

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

 span { border-color: rgb(116,56,207); }

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