Html Css Color HEX #6331BD Purple Heart

📋 copy color: '#6331BD'

red 99 ◦ green 49 ◦ blue 189

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

Shades of Purple Heart #6331BD

Tints of Purple Heart #6331BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

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

R = 29.38%
G = 14.54%
B = 56.08%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6331BD (or 0x6331BD) is known color: Purple Heart. HEX triplet: 63, 31 and BD. RGB value is (99,49,189). Sum of RGB (Red+Green+Blue) = 99+49+189=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #6331BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331BD is #9CCE42. Grayscale: #4F4F4F. Windows color (decimal): -10276419 or 12398947. OLE color: 12398947.

HSL color Cylindrical-coordinate representation of color #6331BD: hue angle of 261.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6331BD is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 49 189 -
CMYK 0.48 0.74 0 0.26
HSL 261.43º 0.59% 0.47% -
HSV(B) 261.43º 0.74% 0.74% -
XYZ 15.43 8.52 48.98 -
YUV 79.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 99 49 189 0.48 0.74 0 0.26 261.43 0.59 0.47
Hex 63 31 BD 30 4A 0 1A 105 3B 2F
Octal 143 61 275 60 112 0 32 405 73 57
Binary 1100011 110001 10111101 110000 1001010 0 11010 100000101 111011 101111

Color Harmonies of #6331BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331BD

Black with #6331BD

Text Example


Text Example

White with #6331BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,49,189); }

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

background-color css

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

 a { background-color: rgb(99,49,189); }

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

border-color css

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

 span { border-color: rgb(99,49,189); }

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