Html Css Color HEX #6341BC Purple Heart

📋 copy color: '#6341BC'

red 99 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #6341BC

Tints of Purple Heart #6341BC

RGB

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

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

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

R = 28.13%
G = 18.47%
B = 53.41%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6341BC (or 0x6341BC) is known color: Purple Heart. HEX triplet: 63, 41 and BC. RGB value is (99,65,188). Sum of RGB (Red+Green+Blue) = 99+65+188=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #6341BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341BC is #9CBE43. Grayscale: #585858. Windows color (decimal): -10272324 or 12337507. OLE color: 12337507.

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

Color convert

RGB 99 65 188 -
CMYK 0.47 0.65 0 0.26
HSL 256.59º 0.49% 0.5% -
HSV(B) 256.59º 0.65% 0.74% -
XYZ 16.11 10.06 48.67 -
YUV 89.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 99 65 188 0.47 0.65 0 0.26 256.59 0.49 0.5
Hex 63 41 BC 2F 41 0 1A 101 31 32
Octal 143 101 274 57 101 0 32 401 61 62
Binary 1100011 1000001 10111100 101111 1000001 0 11010 100000001 110001 110010

Color Harmonies of #6341BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341BC

Black with #6341BC

Text Example


Text Example

White with #6341BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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