Html Css Color HEX #7533CF Purple Heart

📋 copy color: '#7533CF'

red 117 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #7533CF

Tints of Purple Heart #7533CF

RGB

 RED value IS 117 (46.09% from 255) = 31.2%

 GREEN value IS 51 (20.31% from 255) = 13.6%

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

R = 31.2%
G = 13.6%
B = 55.2%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7533CF (or 0x7533CF) is known color: Purple Heart. HEX triplet: 75, 33 and CF. RGB value is (117,51,207). Sum of RGB (Red+Green+Blue) = 117+51+207=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 51 (20.31% from 255 or 13.6% 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 #7533CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7533CF is #8ACC30. Grayscale: #575757. Windows color (decimal): -9096241 or 13579125. OLE color: 13579125.

HSL color Cylindrical-coordinate representation of color #7533CF: hue angle of 265.38º degrees, saturation: 0.62, 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 #7533CF is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 51 207 -
CMYK 0.43 0.75 0 0.19
HSL 265.38º 0.62% 0.51% -
HSV(B) 265.38º 0.75% 0.81% -
XYZ 19.78 10.65 60.05 -
YUV 88.52 194.87 148.32 -
System Red Green Blue C M Y K H S L
Decimal 117 51 207 0.43 0.75 0 0.19 265.38 0.62 0.51
Hex 75 33 CF 2B 4B 0 13 109 3E 33
Octal 165 63 317 53 113 0 23 411 76 63
Binary 1110101 110011 11001111 101011 1001011 0 10011 100001001 111110 110011

Color Harmonies of #7533CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7533CF

Black with #7533CF

Text Example


Text Example

White with #7533CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,51,207); }

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

background-color css

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

 a { background-color: rgb(117,51,207); }

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

border-color css

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

 span { border-color: rgb(117,51,207); }

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