Html Css Color HEX #6535BA Purple Heart

📋 copy color: '#6535BA'

red 101 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #6535BA

Tints of Purple Heart #6535BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 29.71%
G = 15.59%
B = 54.71%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6535BA (or 0x6535BA) is known color: Purple Heart. HEX triplet: 65, 35 and BA. RGB value is (101,53,186). Sum of RGB (Red+Green+Blue) = 101+53+186=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6535BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535BA is #9ACA45. Grayscale: #525252. Windows color (decimal): -10144326 or 12203365. OLE color: 12203365.

HSL color Cylindrical-coordinate representation of color #6535BA: hue angle of 261.65º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6535BA is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 53 186 -
CMYK 0.46 0.72 0 0.27
HSL 261.65º 0.56% 0.47% -
HSV(B) 261.65º 0.72% 0.73% -
XYZ 15.5 8.86 47.35 -
YUV 82.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 101 53 186 0.46 0.72 0 0.27 261.65 0.56 0.47
Hex 65 35 BA 2E 48 0 1B 106 38 2F
Octal 145 65 272 56 110 0 33 406 70 57
Binary 1100101 110101 10111010 101110 1001000 0 11011 100000110 111000 101111

Color Harmonies of #6535BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535BA

Black with #6535BA

Text Example


Text Example

White with #6535BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6535BA; }

 p { color: rgb(101,53,186); }

 H1.HeaderClassName
 {
   color: #6535BA;
 }
 .AnyTagClassName
 {
   color: #6535BA;
 }
</style>

background-color css

<style>
 a { background-color: #6535BA; }

 a { background-color: rgb(101,53,186); }

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

border-color css

<style>
 span { border-color: #6535BA; }

 span { border-color: rgb(101,53,186); }

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