Html Css Color HEX #6536D8 Purple Heart

📋 copy color: '#6536D8'

red 101 ◦ green 54 ◦ blue 216

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

Shades of Purple Heart #6536D8

Tints of Purple Heart #6536D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 58.22%

R = 27.22%
G = 14.56%
B = 58.22%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6536D8 (or 0x6536D8) is known color: Purple Heart. HEX triplet: 65, 36 and D8. RGB value is (101,54,216). Sum of RGB (Red+Green+Blue) = 101+54+216=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #6536D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6536D8 is #9AC927. Grayscale: #555555. Windows color (decimal): -10144040 or 14169701. OLE color: 14169701.

HSL color Cylindrical-coordinate representation of color #6536D8: hue angle of 257.41º degrees, saturation: 0.68, 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 #6536D8 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 54 216 -
CMYK 0.53 0.75 0 0.15
HSL 257.41º 0.68% 0.53% -
HSV(B) 257.41º 0.75% 0.85% -
XYZ 19.08 10.36 65.96 -
YUV 86.52 201.07 138.33 -
System Red Green Blue C M Y K H S L
Decimal 101 54 216 0.53 0.75 0 0.15 257.41 0.68 0.53
Hex 65 36 D8 35 4B 0 F 101 44 35
Octal 145 66 330 65 113 0 17 401 104 65
Binary 1100101 110110 11011000 110101 1001011 0 1111 100000001 1000100 110101

Color Harmonies of #6536D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536D8

Black with #6536D8

Text Example


Text Example

White with #6536D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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