Html Css Color HEX #6E30BE Purple Heart

📋 copy color: '#6E30BE'

red 110 ◦ green 48 ◦ blue 190

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

Shades of Purple Heart #6E30BE

Tints of Purple Heart #6E30BE

RGB

 RED value IS 110 (43.36% from 255) = 31.61%

 GREEN value IS 48 (19.14% from 255) = 13.79%

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 31.61%
G = 13.79%
B = 54.6%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E30BE (or 0x6E30BE) is known color: Purple Heart. HEX triplet: 6E, 30 and BE. RGB value is (110,48,190). Sum of RGB (Red+Green+Blue) = 110+48+190=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E30BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E30BE is #91CF41. Grayscale: #525252. Windows color (decimal): -9555778 or 12464238. OLE color: 12464238.

HSL color Cylindrical-coordinate representation of color #6E30BE: hue angle of 266.2º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E30BE is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 48 190 -
CMYK 0.42 0.75 0 0.25
HSL 266.2º 0.6% 0.47% -
HSV(B) 266.2º 0.75% 0.75% -
XYZ 16.78 9.15 49.6 -
YUV 82.73 188.54 147.45 -
System Red Green Blue C M Y K H S L
Decimal 110 48 190 0.42 0.75 0 0.25 266.2 0.6 0.47
Hex 6E 30 BE 2A 4B 0 19 10A 3C 2F
Octal 156 60 276 52 113 0 31 412 74 57
Binary 1101110 110000 10111110 101010 1001011 0 11001 100001010 111100 101111

Color Harmonies of #6E30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E30BE

Black with #6E30BE

Text Example


Text Example

White with #6E30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E30BE; }

 p { color: rgb(110,48,190); }

 H1.HeaderClassName
 {
   color: #6E30BE;
 }
 .AnyTagClassName
 {
   color: #6E30BE;
 }
</style>

background-color css

<style>
 a { background-color: #6E30BE; }

 a { background-color: rgb(110,48,190); }

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

border-color css

<style>
 span { border-color: #6E30BE; }

 span { border-color: rgb(110,48,190); }

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