Html Css Color HEX #6533DE Purple Heart

📋 copy color: '#6533DE'

red 101 ◦ green 51 ◦ blue 222

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

Shades of Purple Heart #6533DE

Tints of Purple Heart #6533DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.36%

R = 27.01%
G = 13.64%
B = 59.36%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6533DE (or 0x6533DE) is known color: Purple Heart. HEX triplet: 65, 33 and DE. RGB value is (101,51,222). Sum of RGB (Red+Green+Blue) = 101+51+222=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #6533DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533DE is #9ACC21. Grayscale: #545454. Windows color (decimal): -10144802 or 14562149. OLE color: 14562149.

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

Color convert

RGB 101 51 222 -
CMYK 0.55 0.77 0 0.13
HSL 257.54º 0.72% 0.54% -
HSV(B) 257.54º 0.77% 0.87% -
XYZ 19.74 10.41 70.08 -
YUV 85.44 205.07 139.1 -
System Red Green Blue C M Y K H S L
Decimal 101 51 222 0.55 0.77 0 0.13 257.54 0.72 0.54
Hex 65 33 DE 37 4D 0 D 102 48 36
Octal 145 63 336 67 115 0 15 402 110 66
Binary 1100101 110011 11011110 110111 1001101 0 1101 100000010 1001000 110110

Color Harmonies of #6533DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533DE

Black with #6533DE

Text Example


Text Example

White with #6533DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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