Html Css Color HEX #6731E6 Purple Heart

📋 copy color: '#6731E6'

red 103 ◦ green 49 ◦ blue 230

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

Shades of Purple Heart #6731E6

Tints of Purple Heart #6731E6

RGB

 RED value IS 103 (40.63% from 255) = 26.96%

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

 BLUE value IS 230 (90.23% from 255) = 60.21%

R = 26.96%
G = 12.83%
B = 60.21%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6731E6 (or 0x6731E6) is known color: Purple Heart. HEX triplet: 67, 31 and E6. RGB value is (103,49,230). Sum of RGB (Red+Green+Blue) = 103+49+230=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #6731E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6731E6 is #98CE19. Grayscale: #555555. Windows color (decimal): -10014234 or 15085927. OLE color: 15085927.

HSL color Cylindrical-coordinate representation of color #6731E6: hue angle of 257.9º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6731E6 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 103 49 230 -
CMYK 0.55 0.79 0 0.10
HSL 257.9º 0.78% 0.55% -
HSV(B) 257.9º 0.79% 0.9% -
XYZ 20.97 10.79 75.84 -
YUV 85.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 103 49 230 0.55 0.79 0 0.10 257.9 0.78 0.55
Hex 67 31 E6 37 4F 0 A 102 4E 37
Octal 147 61 346 67 117 0 12 402 116 67
Binary 1100111 110001 11100110 110111 1001111 0 1010 100000010 1001110 110111

Color Harmonies of #6731E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731E6

Black with #6731E6

Text Example


Text Example

White with #6731E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6731E6; }

 p { color: rgb(103,49,230); }

 H1.HeaderClassName
 {
   color: #6731E6;
 }
 .AnyTagClassName
 {
   color: #6731E6;
 }
</style>

background-color css

<style>
 a { background-color: #6731E6; }

 a { background-color: rgb(103,49,230); }

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

border-color css

<style>
 span { border-color: #6731E6; }

 span { border-color: rgb(103,49,230); }

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