Html Css Color HEX #7338B5 Purple Heart

📋 copy color: '#7338B5'

red 115 ◦ green 56 ◦ blue 181

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

Shades of Purple Heart #7338B5

Tints of Purple Heart #7338B5

RGB

 RED value IS 115 (45.31% from 255) = 32.67%

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

 BLUE value IS 181 (71.09% from 255) = 51.42%

R = 32.67%
G = 15.91%
B = 51.42%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7338B5 (or 0x7338B5) is known color: Purple Heart. HEX triplet: 73, 38 and B5. RGB value is (115,56,181). Sum of RGB (Red+Green+Blue) = 115+56+181=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #7338B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7338B5 is #8CC74A. Grayscale: #575757. Windows color (decimal): -9226059 or 11876467. OLE color: 11876467.

HSL color Cylindrical-coordinate representation of color #7338B5: hue angle of 268.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7338B5 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 56 181 -
CMYK 0.36 0.69 0 0.29
HSL 268.32º 0.53% 0.46% -
HSV(B) 268.32º 0.69% 0.71% -
XYZ 16.82 9.81 44.72 -
YUV 87.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 115 56 181 0.36 0.69 0 0.29 268.32 0.53 0.46
Hex 73 38 B5 24 45 0 1D 10C 35 2E
Octal 163 70 265 44 105 0 35 414 65 56
Binary 1110011 111000 10110101 100100 1000101 0 11101 100001100 110101 101110

Color Harmonies of #7338B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7338B5

Black with #7338B5

Text Example


Text Example

White with #7338B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7338B5; }

 p { color: rgb(115,56,181); }

 H1.HeaderClassName
 {
   color: #7338B5;
 }
 .AnyTagClassName
 {
   color: #7338B5;
 }
</style>

background-color css

<style>
 a { background-color: #7338B5; }

 a { background-color: rgb(115,56,181); }

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

border-color css

<style>
 span { border-color: #7338B5; }

 span { border-color: rgb(115,56,181); }

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