Html Css Color HEX #6536DA Purple Heart

📋 copy color: '#6536DA'

red 101 ◦ green 54 ◦ blue 218

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

Shades of Purple Heart #6536DA

Tints of Purple Heart #6536DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.48%

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

R = 27.08%
G = 14.48%
B = 58.45%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6536DA (or 0x6536DA) is known color: Purple Heart. HEX triplet: 65, 36 and DA. RGB value is (101,54,218). Sum of RGB (Red+Green+Blue) = 101+54+218=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #6536DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6536DA is #9AC925. Grayscale: #565656. Windows color (decimal): -10144038 or 14300773. OLE color: 14300773.

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

Color convert

RGB 101 54 218 -
CMYK 0.54 0.75 0 0.15
HSL 257.2º 0.69% 0.53% -
HSV(B) 257.2º 0.75% 0.85% -
XYZ 19.34 10.47 67.33 -
YUV 86.75 202.07 138.16 -
System Red Green Blue C M Y K H S L
Decimal 101 54 218 0.54 0.75 0 0.15 257.2 0.69 0.53
Hex 65 36 DA 36 4B 0 F 101 45 35
Octal 145 66 332 66 113 0 17 401 105 65
Binary 1100101 110110 11011010 110110 1001011 0 1111 100000001 1000101 110101

Color Harmonies of #6536DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536DA

Black with #6536DA

Text Example


Text Example

White with #6536DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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