Html Css Color HEX #7335CC Purple Heart

📋 copy color: '#7335CC'

red 115 ◦ green 53 ◦ blue 204

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

Shades of Purple Heart #7335CC

Tints of Purple Heart #7335CC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

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

R = 30.91%
G = 14.25%
B = 54.84%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7335CC (or 0x7335CC) is known color: Purple Heart. HEX triplet: 73, 35 and CC. RGB value is (115,53,204). Sum of RGB (Red+Green+Blue) = 115+53+204=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #7335CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335CC is #8CCA33. Grayscale: #585858. Windows color (decimal): -9226804 or 13383027. OLE color: 13383027.

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

Color convert

RGB 115 53 204 -
CMYK 0.44 0.74 0 0.2
HSL 264.64º 0.6% 0.5% -
HSV(B) 264.64º 0.74% 0.8% -
XYZ 19.24 10.55 58.15 -
YUV 88.75 193.04 146.72 -
System Red Green Blue C M Y K H S L
Decimal 115 53 204 0.44 0.74 0 0.2 264.64 0.6 0.5
Hex 73 35 CC 2C 4A 0 14 109 3C 32
Octal 163 65 314 54 112 0 24 411 74 62
Binary 1110011 110101 11001100 101100 1001010 0 10100 100001001 111100 110010

Color Harmonies of #7335CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7335CC

Black with #7335CC

Text Example


Text Example

White with #7335CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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