Html Css Color HEX #6631B8 Purple Heart

📋 copy color: '#6631B8'

red 102 ◦ green 49 ◦ blue 184

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

Shades of Purple Heart #6631B8

Tints of Purple Heart #6631B8

RGB

 RED value IS 102 (40.23% from 255) = 30.45%

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

 BLUE value IS 184 (72.27% from 255) = 54.93%

R = 30.45%
G = 14.63%
B = 54.93%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6631B8 (or 0x6631B8) is known color: Purple Heart. HEX triplet: 66, 31 and B8. RGB value is (102,49,184). Sum of RGB (Red+Green+Blue) = 102+49+184=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #6631B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6631B8 is #99CE47. Grayscale: #4F4F4F. Windows color (decimal): -10079816 or 12071270. OLE color: 12071270.

HSL color Cylindrical-coordinate representation of color #6631B8: hue angle of 263.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6631B8 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 102 49 184 -
CMYK 0.45 0.73 0 0.28
HSL 263.56º 0.58% 0.46% -
HSV(B) 263.56º 0.73% 0.72% -
XYZ 15.23 8.48 46.18 -
YUV 80.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 102 49 184 0.45 0.73 0 0.28 263.56 0.58 0.46
Hex 66 31 B8 2D 49 0 1C 108 3A 2E
Octal 146 61 270 55 111 0 34 410 72 56
Binary 1100110 110001 10111000 101101 1001001 0 11100 100001000 111010 101110

Color Harmonies of #6631B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6631B8

Black with #6631B8

Text Example


Text Example

White with #6631B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6631B8; }

 p { color: rgb(102,49,184); }

 H1.HeaderClassName
 {
   color: #6631B8;
 }
 .AnyTagClassName
 {
   color: #6631B8;
 }
</style>

background-color css

<style>
 a { background-color: #6631B8; }

 a { background-color: rgb(102,49,184); }

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

border-color css

<style>
 span { border-color: #6631B8; }

 span { border-color: rgb(102,49,184); }

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