Html Css Color HEX #6341BA Purple Heart

📋 copy color: '#6341BA'

red 99 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #6341BA

Tints of Purple Heart #6341BA

RGB

 RED value IS 99 (39.06% from 255) = 28.29%

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 28.29%
G = 18.57%
B = 53.14%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6341BA (or 0x6341BA) is known color: Purple Heart. HEX triplet: 63, 41 and BA. RGB value is (99,65,186). Sum of RGB (Red+Green+Blue) = 99+65+186=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6341BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341BA is #9CBE45. Grayscale: #585858. Windows color (decimal): -10272326 or 12206435. OLE color: 12206435.

HSL color Cylindrical-coordinate representation of color #6341BA: hue angle of 256.86º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6341BA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 65 186 -
CMYK 0.47 0.65 0 0.27
HSL 256.86º 0.48% 0.49% -
HSV(B) 256.86º 0.65% 0.73% -
XYZ 15.9 9.98 47.54 -
YUV 88.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 99 65 186 0.47 0.65 0 0.27 256.86 0.48 0.49
Hex 63 41 BA 2F 41 0 1B 101 30 31
Octal 143 101 272 57 101 0 33 401 60 61
Binary 1100011 1000001 10111010 101111 1000001 0 11011 100000001 110000 110001

Color Harmonies of #6341BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341BA

Black with #6341BA

Text Example


Text Example

White with #6341BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6341BA; }

 p { color: rgb(99,65,186); }

 H1.HeaderClassName
 {
   color: #6341BA;
 }
 .AnyTagClassName
 {
   color: #6341BA;
 }
</style>

background-color css

<style>
 a { background-color: #6341BA; }

 a { background-color: rgb(99,65,186); }

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

border-color css

<style>
 span { border-color: #6341BA; }

 span { border-color: rgb(99,65,186); }

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