Html Css Color HEX #6533CE Purple Heart

📋 copy color: '#6533CE'

red 101 ◦ green 51 ◦ blue 206

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

Shades of Purple Heart #6533CE

Tints of Purple Heart #6533CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 28.21%
G = 14.25%
B = 57.54%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6533CE (or 0x6533CE) is known color: Purple Heart. HEX triplet: 65, 33 and CE. RGB value is (101,51,206). Sum of RGB (Red+Green+Blue) = 101+51+206=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #6533CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533CE is #9ACC31. Grayscale: #535353. Windows color (decimal): -10144818 or 13513573. OLE color: 13513573.

HSL color Cylindrical-coordinate representation of color #6533CE: hue angle of 259.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6533CE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 51 206 -
CMYK 0.51 0.75 0 0.19
HSL 259.35º 0.61% 0.5% -
HSV(B) 259.35º 0.75% 0.81% -
XYZ 17.69 9.59 59.31 -
YUV 83.62 197.07 140.4 -
System Red Green Blue C M Y K H S L
Decimal 101 51 206 0.51 0.75 0 0.19 259.35 0.61 0.5
Hex 65 33 CE 33 4B 0 13 103 3D 32
Octal 145 63 316 63 113 0 23 403 75 62
Binary 1100101 110011 11001110 110011 1001011 0 10011 100000011 111101 110010

Color Harmonies of #6533CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533CE

Black with #6533CE

Text Example


Text Example

White with #6533CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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