Html Css Color HEX #6631C6 Purple Heart

📋 copy color: '#6631C6'

red 102 ◦ green 49 ◦ blue 198

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

Shades of Purple Heart #6631C6

Tints of Purple Heart #6631C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 56.73%

R = 29.23%
G = 14.04%
B = 56.73%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6631C6 (or 0x6631C6) is known color: Purple Heart. HEX triplet: 66, 31 and C6. RGB value is (102,49,198). Sum of RGB (Red+Green+Blue) = 102+49+198=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 198 (77.73% from 255 or 56.73% from 349); Max value from RGB is 198 - color contains mainly: blue. Hex color #6631C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6631C6 is #99CE39. Grayscale: #515151. Windows color (decimal): -10079802 or 12988774. OLE color: 12988774.

HSL color Cylindrical-coordinate representation of color #6631C6: hue angle of 261.34º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6631C6 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 49 198 -
CMYK 0.48 0.75 0 0.22
HSL 261.34º 0.6% 0.48% -
HSV(B) 261.34º 0.75% 0.78% -
XYZ 16.77 9.1 54.3 -
YUV 81.83 193.56 142.38 -
System Red Green Blue C M Y K H S L
Decimal 102 49 198 0.48 0.75 0 0.22 261.34 0.6 0.48
Hex 66 31 C6 30 4B 0 16 105 3C 30
Octal 146 61 306 60 113 0 26 405 74 60
Binary 1100110 110001 11000110 110000 1001011 0 10110 100000101 111100 110000

Color Harmonies of #6631C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6631C6

Black with #6631C6

Text Example


Text Example

White with #6631C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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