Html Css Color HEX #2714E7 Han Purple

📋 copy color: '#2714E7'

red 39 ◦ green 20 ◦ blue 231

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

Shades of Han Purple #2714E7

Tints of Han Purple #2714E7

RGB

 RED value IS 39 (15.63% from 255) = 13.45%

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 231 (90.63% from 255) = 79.66%

R = 13.45%
G = 6.9%
B = 79.66%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2714E7 (or 0x2714E7) is known color: Han Purple. HEX triplet: 27, 14 and E7. RGB value is (39,20,231). Sum of RGB (Red+Green+Blue) = 39+20+231=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 231 (90.62% from 255 or 79.66% from 290); Max value from RGB is 231 - color contains mainly: blue. Hex color #2714E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2714E7 is #D8EB18. Grayscale: #303030. Windows color (decimal): -14215961 or 15143975. OLE color: 15143975.

HSL color Cylindrical-coordinate representation of color #2714E7: hue angle of 245.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2714E7 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 39 20 231 -
CMYK 0.83 0.91 0 0.09
HSL 245.4º 0.84% 0.49% -
HSV(B) 245.4º 0.91% 0.91% -
XYZ 15.51 6.7 76.08 -
YUV 49.74 230.29 120.34 -
System Red Green Blue C M Y K H S L
Decimal 39 20 231 0.83 0.91 0 0.09 245.4 0.84 0.49
Hex 27 14 E7 53 5B 0 9 F5 54 31
Octal 47 24 347 123 133 0 11 365 124 61
Binary 100111 10100 11100111 1010011 1011011 0 1001 11110101 1010100 110001

Color Harmonies of #2714E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2714E7

Black with #2714E7

Text Example


Text Example

White with #2714E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2714E7; }

 p { color: rgb(39,20,231); }

 H1.HeaderClassName
 {
   color: #2714E7;
 }
 .AnyTagClassName
 {
   color: #2714E7;
 }
</style>

background-color css

<style>
 a { background-color: #2714E7; }

 a { background-color: rgb(39,20,231); }

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

border-color css

<style>
 span { border-color: #2714E7; }

 span { border-color: rgb(39,20,231); }

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