Html Css Color HEX #6503BC Purple Heart

📋 copy color: '#6503BC'

red 101 ◦ green 3 ◦ blue 188

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

Shades of Purple Heart #6503BC

Tints of Purple Heart #6503BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 34.59%
G = 1.03%
B = 64.38%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6503BC (or 0x6503BC) is known color: Purple Heart. HEX triplet: 65, 03 and BC. RGB value is (101,3,188). Sum of RGB (Red+Green+Blue) = 101+3+188=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #6503BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503BC is #9AFC43. Grayscale: #343434. Windows color (decimal): -10157124 or 12321637. OLE color: 12321637.

HSL color Cylindrical-coordinate representation of color #6503BC: hue angle of 271.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6503BC is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 3 188 -
CMYK 0.46 0.98 0 0.26
HSL 271.78º 0.97% 0.37% -
HSV(B) 271.78º 0.98% 0.74% -
XYZ 14.48 6.46 48.06 -
YUV 53.39 203.97 161.96 -
System Red Green Blue C M Y K H S L
Decimal 101 3 188 0.46 0.98 0 0.26 271.78 0.97 0.37
Hex 65 3 BC 2E 62 0 1A 110 61 25
Octal 145 3 274 56 142 0 32 420 141 45
Binary 1100101 11 10111100 101110 1100010 0 11010 100010000 1100001 100101

Color Harmonies of #6503BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503BC

Black with #6503BC

Text Example


Text Example

White with #6503BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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