Html Css Color HEX #6427BE Purple Heart

📋 copy color: '#6427BE'

red 100 ◦ green 39 ◦ blue 190

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

Shades of Purple Heart #6427BE

Tints of Purple Heart #6427BE

RGB

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

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

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

R = 30.4%
G = 11.85%
B = 57.75%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6427BE (or 0x6427BE) is known color: Purple Heart. HEX triplet: 64, 27 and BE. RGB value is (100,39,190). Sum of RGB (Red+Green+Blue) = 100+39+190=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #6427BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6427BE is #9BD841. Grayscale: #494949. Windows color (decimal): -10213442 or 12461924. OLE color: 12461924.

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

Color convert

RGB 100 39 190 -
CMYK 0.47 0.79 0 0.25
HSL 264.24º 0.66% 0.45% -
HSV(B) 264.24º 0.79% 0.75% -
XYZ 15.28 7.88 49.43 -
YUV 74.45 193.21 146.22 -
System Red Green Blue C M Y K H S L
Decimal 100 39 190 0.47 0.79 0 0.25 264.24 0.66 0.45
Hex 64 27 BE 2F 4F 0 19 108 42 2D
Octal 144 47 276 57 117 0 31 410 102 55
Binary 1100100 100111 10111110 101111 1001111 0 11001 100001000 1000010 101101

Color Harmonies of #6427BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6427BE

Black with #6427BE

Text Example


Text Example

White with #6427BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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