Html Css Color HEX #7338CC Purple Heart

📋 copy color: '#7338CC'

red 115 ◦ green 56 ◦ blue 204

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

Shades of Purple Heart #7338CC

Tints of Purple Heart #7338CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 30.67%
G = 14.93%
B = 54.4%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7338CC (or 0x7338CC) is known color: Purple Heart. HEX triplet: 73, 38 and CC. RGB value is (115,56,204). Sum of RGB (Red+Green+Blue) = 115+56+204=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #7338CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7338CC is #8CC733. Grayscale: #595959. Windows color (decimal): -9226036 or 13383795. OLE color: 13383795.

HSL color Cylindrical-coordinate representation of color #7338CC: hue angle of 263.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7338CC is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 56 204 -
CMYK 0.44 0.73 0 0.2
HSL 263.92º 0.59% 0.51% -
HSV(B) 263.92º 0.73% 0.8% -
XYZ 19.38 10.83 58.2 -
YUV 90.51 192.05 145.47 -
System Red Green Blue C M Y K H S L
Decimal 115 56 204 0.44 0.73 0 0.2 263.92 0.59 0.51
Hex 73 38 CC 2C 49 0 14 108 3B 33
Octal 163 70 314 54 111 0 24 410 73 63
Binary 1110011 111000 11001100 101100 1001001 0 10100 100001000 111011 110011

Color Harmonies of #7338CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7338CC

Black with #7338CC

Text Example


Text Example

White with #7338CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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