Html Css Color HEX #6523BE Purple Heart

📋 copy color: '#6523BE'

red 101 ◦ green 35 ◦ blue 190

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

Shades of Purple Heart #6523BE

Tints of Purple Heart #6523BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 30.98%
G = 10.74%
B = 58.28%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6523BE (or 0x6523BE) is known color: Purple Heart. HEX triplet: 65, 23 and BE. RGB value is (101,35,190). Sum of RGB (Red+Green+Blue) = 101+35+190=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #6523BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6523BE is #9ADC41. Grayscale: #474747. Windows color (decimal): -10148930 or 12460901. OLE color: 12460901.

HSL color Cylindrical-coordinate representation of color #6523BE: hue angle of 265.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6523BE is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 35 190 -
CMYK 0.47 0.82 0 0.25
HSL 265.55º 0.69% 0.44% -
HSV(B) 265.55º 0.82% 0.75% -
XYZ 15.26 7.69 49.39 -
YUV 72.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 101 35 190 0.47 0.82 0 0.25 265.55 0.69 0.44
Hex 65 23 BE 2F 52 0 19 10A 45 2C
Octal 145 43 276 57 122 0 31 412 105 54
Binary 1100101 100011 10111110 101111 1010010 0 11001 100001010 1000101 101100

Color Harmonies of #6523BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6523BE

Black with #6523BE

Text Example


Text Example

White with #6523BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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