Html Css Color HEX #6103BD Purple Heart

📋 copy color: '#6103BD'

red 97 ◦ green 3 ◦ blue 189

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

Shades of Purple Heart #6103BD

Tints of Purple Heart #6103BD

RGB

 RED value IS 97 (38.28% from 255) = 33.56%

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

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 33.56%
G = 1.04%
B = 65.4%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6103BD (or 0x6103BD) is known color: Purple Heart. HEX triplet: 61, 03 and BD. RGB value is (97,3,189). Sum of RGB (Red+Green+Blue) = 97+3+189=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #6103BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103BD is #9EFC42. Grayscale: #333333. Windows color (decimal): -10419267 or 12387169. OLE color: 12387169.

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

Color convert

RGB 97 3 189 -
CMYK 0.49 0.98 0 0.26
HSL 270.32º 0.97% 0.38% -
HSV(B) 270.32º 0.98% 0.74% -
XYZ 14.15 6.28 48.61 -
YUV 52.31 205.14 159.88 -
System Red Green Blue C M Y K H S L
Decimal 97 3 189 0.49 0.98 0 0.26 270.32 0.97 0.38
Hex 61 3 BD 31 62 0 1A 10E 61 26
Octal 141 3 275 61 142 0 32 416 141 46
Binary 1100001 11 10111101 110001 1100010 0 11010 100001110 1100001 100110

Color Harmonies of #6103BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103BD

Black with #6103BD

Text Example


Text Example

White with #6103BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6103BD; }

 p { color: rgb(97,3,189); }

 H1.HeaderClassName
 {
   color: #6103BD;
 }
 .AnyTagClassName
 {
   color: #6103BD;
 }
</style>

background-color css

<style>
 a { background-color: #6103BD; }

 a { background-color: rgb(97,3,189); }

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

border-color css

<style>
 span { border-color: #6103BD; }

 span { border-color: rgb(97,3,189); }

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