Html Css Color HEX #6341BE Purple Heart

📋 copy color: '#6341BE'

red 99 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #6341BE

Tints of Purple Heart #6341BE

RGB

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

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

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

R = 27.97%
G = 18.36%
B = 53.67%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6341BE (or 0x6341BE) is known color: Purple Heart. HEX triplet: 63, 41 and BE. RGB value is (99,65,190). Sum of RGB (Red+Green+Blue) = 99+65+190=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #6341BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341BE is #9CBE41. Grayscale: #585858. Windows color (decimal): -10272322 or 12468579. OLE color: 12468579.

HSL color Cylindrical-coordinate representation of color #6341BE: hue angle of 256.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6341BE is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 65 190 -
CMYK 0.48 0.66 0 0.25
HSL 256.32º 0.49% 0.5% -
HSV(B) 256.32º 0.66% 0.75% -
XYZ 16.33 10.15 49.81 -
YUV 89.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 99 65 190 0.48 0.66 0 0.25 256.32 0.49 0.5
Hex 63 41 BE 30 42 0 19 100 31 32
Octal 143 101 276 60 102 0 31 400 61 62
Binary 1100011 1000001 10111110 110000 1000010 0 11001 100000000 110001 110010

Color Harmonies of #6341BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341BE

Black with #6341BE

Text Example


Text Example

White with #6341BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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