Html Css Color HEX #533FCB Purple Heart

📋 copy color: '#533FCB'

red 83 ◦ green 63 ◦ blue 203

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

Shades of Purple Heart #533FCB

Tints of Purple Heart #533FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 23.78%
G = 18.05%
B = 58.17%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#533FCB (or 0x533FCB) is known color: Purple Heart. HEX triplet: 53, 3F and CB. RGB value is (83,63,203). Sum of RGB (Red+Green+Blue) = 83+63+203=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #533FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FCB is #ACC034. Grayscale: #545454. Windows color (decimal): -11321397 or 13320019. OLE color: 13320019.

HSL color Cylindrical-coordinate representation of color #533FCB: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533FCB is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 63 203 -
CMYK 0.59 0.69 0 0.20
HSL 248.57º 0.57% 0.52% -
HSV(B) 248.57º 0.69% 0.8% -
XYZ 16.12 9.71 57.52 -
YUV 84.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 83 63 203 0.59 0.69 0 0.20 248.57 0.57 0.52
Hex 53 3F CB 3B 45 0 14 F9 39 34
Octal 123 77 313 73 105 0 24 371 71 64
Binary 1010011 111111 11001011 111011 1000101 0 10100 11111001 111001 110100

Color Harmonies of #533FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FCB

Black with #533FCB

Text Example


Text Example

White with #533FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,63,203); }

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

background-color css

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

 a { background-color: rgb(83,63,203); }

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

border-color css

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

 span { border-color: rgb(83,63,203); }

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