Html Css Color HEX #6523BA Purple Heart

📋 copy color: '#6523BA'

red 101 ◦ green 35 ◦ blue 186

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

Shades of Purple Heart #6523BA

Tints of Purple Heart #6523BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

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

R = 31.37%
G = 10.87%
B = 57.76%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6523BA (or 0x6523BA) is known color: Purple Heart. HEX triplet: 65, 23 and BA. RGB value is (101,35,186). Sum of RGB (Red+Green+Blue) = 101+35+186=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6523BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6523BA is #9ADC45. Grayscale: #474747. Windows color (decimal): -10148934 or 12198757. OLE color: 12198757.

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

Color convert

RGB 101 35 186 -
CMYK 0.46 0.81 0 0.27
HSL 266.23º 0.68% 0.43% -
HSV(B) 266.23º 0.81% 0.73% -
XYZ 14.83 7.51 47.12 -
YUV 71.95 192.37 148.72 -
System Red Green Blue C M Y K H S L
Decimal 101 35 186 0.46 0.81 0 0.27 266.23 0.68 0.43
Hex 65 23 BA 2E 51 0 1B 10A 44 2B
Octal 145 43 272 56 121 0 33 412 104 53
Binary 1100101 100011 10111010 101110 1010001 0 11011 100001010 1000100 101011

Color Harmonies of #6523BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6523BA

Black with #6523BA

Text Example


Text Example

White with #6523BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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