Html Css Color HEX #6523CB Purple Heart

📋 copy color: '#6523CB'

red 101 ◦ green 35 ◦ blue 203

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

Shades of Purple Heart #6523CB

Tints of Purple Heart #6523CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 29.79%
G = 10.32%
B = 59.88%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6523CB (or 0x6523CB) is known color: Purple Heart. HEX triplet: 65, 23 and CB. RGB value is (101,35,203). Sum of RGB (Red+Green+Blue) = 101+35+203=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #6523CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6523CB is #9ADC34. Grayscale: #494949. Windows color (decimal): -10148917 or 13312869. OLE color: 13312869.

HSL color Cylindrical-coordinate representation of color #6523CB: hue angle of 263.57º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6523CB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 35 203 -
CMYK 0.50 0.83 0 0.20
HSL 263.57º 0.71% 0.47% -
HSV(B) 263.57º 0.83% 0.8% -
XYZ 16.75 8.28 57.22 -
YUV 73.89 200.87 147.34 -
System Red Green Blue C M Y K H S L
Decimal 101 35 203 0.50 0.83 0 0.20 263.57 0.71 0.47
Hex 65 23 CB 32 53 0 14 108 47 2F
Octal 145 43 313 62 123 0 24 410 107 57
Binary 1100101 100011 11001011 110010 1010011 0 10100 100001000 1000111 101111

Color Harmonies of #6523CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6523CB

Black with #6523CB

Text Example


Text Example

White with #6523CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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