Html Css Color HEX #6631BD Purple Heart

📋 copy color: '#6631BD'

red 102 ◦ green 49 ◦ blue 189

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

Shades of Purple Heart #6631BD

Tints of Purple Heart #6631BD

RGB

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

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

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

R = 30%
G = 14.41%
B = 55.59%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6631BD (or 0x6631BD) is known color: Purple Heart. HEX triplet: 66, 31 and BD. RGB value is (102,49,189). Sum of RGB (Red+Green+Blue) = 102+49+189=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #6631BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6631BD is #99CE42. Grayscale: #505050. Windows color (decimal): -10079811 or 12398950. OLE color: 12398950.

HSL color Cylindrical-coordinate representation of color #6631BD: hue angle of 262.71º 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 #6631BD is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 49 189 -
CMYK 0.46 0.74 0 0.26
HSL 262.71º 0.59% 0.47% -
HSV(B) 262.71º 0.74% 0.74% -
XYZ 15.76 8.7 48.99 -
YUV 80.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 102 49 189 0.46 0.74 0 0.26 262.71 0.59 0.47
Hex 66 31 BD 2E 4A 0 1A 107 3B 2F
Octal 146 61 275 56 112 0 32 407 73 57
Binary 1100110 110001 10111101 101110 1001010 0 11010 100000111 111011 101111

Color Harmonies of #6631BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6631BD

Black with #6631BD

Text Example


Text Example

White with #6631BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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