Html Css Color HEX #7334CE Purple Heart

📋 copy color: '#7334CE'

red 115 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #7334CE

Tints of Purple Heart #7334CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 30.83%
G = 13.94%
B = 55.23%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7334CE (or 0x7334CE) is known color: Purple Heart. HEX triplet: 73, 34 and CE. RGB value is (115,52,206). Sum of RGB (Red+Green+Blue) = 115+52+206=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #7334CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334CE is #8CCB31. Grayscale: #575757. Windows color (decimal): -9227058 or 13513843. OLE color: 13513843.

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

Color convert

RGB 115 52 206 -
CMYK 0.44 0.75 0 0.19
HSL 264.55º 0.61% 0.51% -
HSV(B) 264.55º 0.75% 0.81% -
XYZ 19.44 10.56 59.41 -
YUV 88.39 194.37 146.98 -
System Red Green Blue C M Y K H S L
Decimal 115 52 206 0.44 0.75 0 0.19 264.55 0.61 0.51
Hex 73 34 CE 2C 4B 0 13 109 3D 33
Octal 163 64 316 54 113 0 23 411 75 63
Binary 1110011 110100 11001110 101100 1001011 0 10011 100001001 111101 110011

Color Harmonies of #7334CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7334CE

Black with #7334CE

Text Example


Text Example

White with #7334CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7334CE; }

 p { color: rgb(115,52,206); }

 H1.HeaderClassName
 {
   color: #7334CE;
 }
 .AnyTagClassName
 {
   color: #7334CE;
 }
</style>

background-color css

<style>
 a { background-color: #7334CE; }

 a { background-color: rgb(115,52,206); }

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

border-color css

<style>
 span { border-color: #7334CE; }

 span { border-color: rgb(115,52,206); }

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