Html Css Color HEX #7438CB Purple Heart

📋 copy color: '#7438CB'

red 116 ◦ green 56 ◦ blue 203

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

Shades of Purple Heart #7438CB

Tints of Purple Heart #7438CB

RGB

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

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

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

R = 30.93%
G = 14.93%
B = 54.13%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7438CB (or 0x7438CB) is known color: Purple Heart. HEX triplet: 74, 38 and CB. RGB value is (116,56,203). Sum of RGB (Red+Green+Blue) = 116+56+203=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #7438CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438CB is #8BC734. Grayscale: #5A5A5A. Windows color (decimal): -9160501 or 13318260. OLE color: 13318260.

HSL color Cylindrical-coordinate representation of color #7438CB: hue angle of 264.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7438CB is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 56 203 -
CMYK 0.43 0.72 0 0.20
HSL 264.49º 0.59% 0.51% -
HSV(B) 264.49º 0.72% 0.8% -
XYZ 19.4 10.85 57.57 -
YUV 90.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 116 56 203 0.43 0.72 0 0.20 264.49 0.59 0.51
Hex 74 38 CB 2B 48 0 14 108 3B 33
Octal 164 70 313 53 110 0 24 410 73 63
Binary 1110100 111000 11001011 101011 1001000 0 10100 100001000 111011 110011

Color Harmonies of #7438CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7438CB

Black with #7438CB

Text Example


Text Example

White with #7438CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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