Html Css Color HEX #6503BE Purple Heart

📋 copy color: '#6503BE'

red 101 ◦ green 3 ◦ blue 190

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

Shades of Purple Heart #6503BE

Tints of Purple Heart #6503BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 34.35%
G = 1.02%
B = 64.63%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6503BE (or 0x6503BE) is known color: Purple Heart. HEX triplet: 65, 03 and BE. RGB value is (101,3,190). Sum of RGB (Red+Green+Blue) = 101+3+190=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #6503BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503BE is #9AFC41. Grayscale: #343434. Windows color (decimal): -10157122 or 12452709. OLE color: 12452709.

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

Color convert

RGB 101 3 190 -
CMYK 0.47 0.98 0 0.25
HSL 271.44º 0.97% 0.38% -
HSV(B) 271.44º 0.98% 0.75% -
XYZ 14.69 6.55 49.2 -
YUV 53.62 204.97 161.79 -
System Red Green Blue C M Y K H S L
Decimal 101 3 190 0.47 0.98 0 0.25 271.44 0.97 0.38
Hex 65 3 BE 2F 62 0 19 10F 61 26
Octal 145 3 276 57 142 0 31 417 141 46
Binary 1100101 11 10111110 101111 1100010 0 11001 100001111 1100001 100110

Color Harmonies of #6503BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503BE

Black with #6503BE

Text Example


Text Example

White with #6503BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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