Html Css Color HEX #6533DD Purple Heart

📋 copy color: '#6533DD'

red 101 ◦ green 51 ◦ blue 221

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

Shades of Purple Heart #6533DD

Tints of Purple Heart #6533DD

RGB

 RED value IS 101 (39.84% from 255) = 27.08%

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 27.08%
G = 13.67%
B = 59.25%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6533DD (or 0x6533DD) is known color: Purple Heart. HEX triplet: 65, 33 and DD. RGB value is (101,51,221). Sum of RGB (Red+Green+Blue) = 101+51+221=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #6533DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533DD is #9ACC22. Grayscale: #545454. Windows color (decimal): -10144803 or 14496613. OLE color: 14496613.

HSL color Cylindrical-coordinate representation of color #6533DD: hue angle of 257.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6533DD is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 51 221 -
CMYK 0.54 0.77 0 0.13
HSL 257.65º 0.71% 0.53% -
HSV(B) 257.65º 0.77% 0.87% -
XYZ 19.6 10.35 69.37 -
YUV 85.33 204.57 139.18 -
System Red Green Blue C M Y K H S L
Decimal 101 51 221 0.54 0.77 0 0.13 257.65 0.71 0.53
Hex 65 33 DD 36 4D 0 D 102 47 35
Octal 145 63 335 66 115 0 15 402 107 65
Binary 1100101 110011 11011101 110110 1001101 0 1101 100000010 1000111 110101

Color Harmonies of #6533DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533DD

Black with #6533DD

Text Example


Text Example

White with #6533DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6533DD; }

 p { color: rgb(101,51,221); }

 H1.HeaderClassName
 {
   color: #6533DD;
 }
 .AnyTagClassName
 {
   color: #6533DD;
 }
</style>

background-color css

<style>
 a { background-color: #6533DD; }

 a { background-color: rgb(101,51,221); }

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

border-color css

<style>
 span { border-color: #6533DD; }

 span { border-color: rgb(101,51,221); }

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