Html Css Color HEX #6523B0 Purple Heart

📋 copy color: '#6523B0'

red 101 ◦ green 35 ◦ blue 176

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

Shades of Purple Heart #6523B0

Tints of Purple Heart #6523B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 56.41%

R = 32.37%
G = 11.22%
B = 56.41%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6523B0 (or 0x6523B0) is known color: Purple Heart. HEX triplet: 65, 23 and B0. RGB value is (101,35,176). Sum of RGB (Red+Green+Blue) = 101+35+176=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 176 (69.14% from 255 or 56.41% from 312); Max value from RGB is 176 - color contains mainly: blue. Hex color #6523B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6523B0 is #9ADC4F. Grayscale: #464646. Windows color (decimal): -10148944 or 11543397. OLE color: 11543397.

HSL color Cylindrical-coordinate representation of color #6523B0: hue angle of 268.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6523B0 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 35 176 -
CMYK 0.43 0.80 0 0.31
HSL 268.09º 0.67% 0.41% -
HSV(B) 268.09º 0.8% 0.69% -
XYZ 13.8 7.1 41.72 -
YUV 70.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 101 35 176 0.43 0.80 0 0.31 268.09 0.67 0.41
Hex 65 23 B0 2B 50 0 1F 10C 43 29
Octal 145 43 260 53 120 0 37 414 103 51
Binary 1100101 100011 10110000 101011 1010000 0 11111 100001100 1000011 101001

Color Harmonies of #6523B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6523B0

Black with #6523B0

Text Example


Text Example

White with #6523B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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