Html Css Color HEX #7335CF Purple Heart

📋 copy color: '#7335CF'

red 115 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #7335CF

Tints of Purple Heart #7335CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 30.67%
G = 14.13%
B = 55.2%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7335CF (or 0x7335CF) is known color: Purple Heart. HEX triplet: 73, 35 and CF. RGB value is (115,53,207). Sum of RGB (Red+Green+Blue) = 115+53+207=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #7335CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335CF is #8CCA30. Grayscale: #585858. Windows color (decimal): -9226801 or 13579635. OLE color: 13579635.

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

Color convert

RGB 115 53 207 -
CMYK 0.44 0.74 0 0.19
HSL 264.16º 0.62% 0.51% -
HSV(B) 264.16º 0.74% 0.81% -
XYZ 19.61 10.7 60.06 -
YUV 89.09 194.54 146.48 -
System Red Green Blue C M Y K H S L
Decimal 115 53 207 0.44 0.74 0 0.19 264.16 0.62 0.51
Hex 73 35 CF 2C 4A 0 13 108 3E 33
Octal 163 65 317 54 112 0 23 410 76 63
Binary 1110011 110101 11001111 101100 1001010 0 10011 100001000 111110 110011

Color Harmonies of #7335CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7335CF

Black with #7335CF

Text Example


Text Example

White with #7335CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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