Html Css Color HEX #533CCF Purple Heart

📋 copy color: '#533CCF'

red 83 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #533CCF

Tints of Purple Heart #533CCF

RGB

 RED value IS 83 (32.81% from 255) = 23.71%

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 23.71%
G = 17.14%
B = 59.14%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#533CCF (or 0x533CCF) is known color: Purple Heart. HEX triplet: 53, 3C and CF. RGB value is (83,60,207). Sum of RGB (Red+Green+Blue) = 83+60+207=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #533CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CCF is #ACC330. Grayscale: #535353. Windows color (decimal): -11322161 or 13581395. OLE color: 13581395.

HSL color Cylindrical-coordinate representation of color #533CCF: hue angle of 249.39º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533CCF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 60 207 -
CMYK 0.60 0.71 0 0.19
HSL 249.39º 0.6% 0.52% -
HSV(B) 249.39º 0.71% 0.81% -
XYZ 16.45 9.58 60.01 -
YUV 83.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 83 60 207 0.60 0.71 0 0.19 249.39 0.6 0.52
Hex 53 3C CF 3C 47 0 13 F9 3C 34
Octal 123 74 317 74 107 0 23 371 74 64
Binary 1010011 111100 11001111 111100 1000111 0 10011 11111001 111100 110100

Color Harmonies of #533CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CCF

Black with #533CCF

Text Example


Text Example

White with #533CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533CCF; }

 p { color: rgb(83,60,207); }

 H1.HeaderClassName
 {
   color: #533CCF;
 }
 .AnyTagClassName
 {
   color: #533CCF;
 }
</style>

background-color css

<style>
 a { background-color: #533CCF; }

 a { background-color: rgb(83,60,207); }

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

border-color css

<style>
 span { border-color: #533CCF; }

 span { border-color: rgb(83,60,207); }

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