Html Css Color HEX #6427BF Purple Heart

📋 copy color: '#6427BF'

red 100 ◦ green 39 ◦ blue 191

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

Shades of Purple Heart #6427BF

Tints of Purple Heart #6427BF

RGB

 RED value IS 100 (39.45% from 255) = 30.3%

 GREEN value IS 39 (15.63% from 255) = 11.82%

 BLUE value IS 191 (75% from 255) = 57.88%

R = 30.3%
G = 11.82%
B = 57.88%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6427BF (or 0x6427BF) is known color: Purple Heart. HEX triplet: 64, 27 and BF. RGB value is (100,39,191). Sum of RGB (Red+Green+Blue) = 100+39+191=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #6427BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6427BF is #9BD840. Grayscale: #4A4A4A. Windows color (decimal): -10213441 or 12527460. OLE color: 12527460.

HSL color Cylindrical-coordinate representation of color #6427BF: hue angle of 264.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6427BF is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 39 191 -
CMYK 0.48 0.80 0 0.25
HSL 264.08º 0.66% 0.45% -
HSV(B) 264.08º 0.8% 0.75% -
XYZ 15.39 7.92 50.01 -
YUV 74.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 100 39 191 0.48 0.80 0 0.25 264.08 0.66 0.45
Hex 64 27 BF 30 50 0 19 108 42 2D
Octal 144 47 277 60 120 0 31 410 102 55
Binary 1100100 100111 10111111 110000 1010000 0 11001 100001000 1000010 101101

Color Harmonies of #6427BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6427BF

Black with #6427BF

Text Example


Text Example

White with #6427BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6427BF; }

 p { color: rgb(100,39,191); }

 H1.HeaderClassName
 {
   color: #6427BF;
 }
 .AnyTagClassName
 {
   color: #6427BF;
 }
</style>

background-color css

<style>
 a { background-color: #6427BF; }

 a { background-color: rgb(100,39,191); }

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

border-color css

<style>
 span { border-color: #6427BF; }

 span { border-color: rgb(100,39,191); }

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