Html Css Color HEX #6533DA Purple Heart

📋 copy color: '#6533DA'

red 101 ◦ green 51 ◦ blue 218

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

Shades of Purple Heart #6533DA

Tints of Purple Heart #6533DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 27.3%
G = 13.78%
B = 58.92%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6533DA (or 0x6533DA) is known color: Purple Heart. HEX triplet: 65, 33 and DA. RGB value is (101,51,218). Sum of RGB (Red+Green+Blue) = 101+51+218=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #6533DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533DA is #9ACC25. Grayscale: #545454. Windows color (decimal): -10144806 or 14300005. OLE color: 14300005.

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

Color convert

RGB 101 51 218 -
CMYK 0.54 0.77 0 0.15
HSL 257.96º 0.69% 0.53% -
HSV(B) 257.96º 0.77% 0.85% -
XYZ 19.21 10.2 67.29 -
YUV 84.99 203.07 139.42 -
System Red Green Blue C M Y K H S L
Decimal 101 51 218 0.54 0.77 0 0.15 257.96 0.69 0.53
Hex 65 33 DA 36 4D 0 F 102 45 35
Octal 145 63 332 66 115 0 17 402 105 65
Binary 1100101 110011 11011010 110110 1001101 0 1111 100000010 1000101 110101

Color Harmonies of #6533DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533DA

Black with #6533DA

Text Example


Text Example

White with #6533DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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