Html Css Color HEX #6427BC Purple Heart

📋 copy color: '#6427BC'

red 100 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #6427BC

Tints of Purple Heart #6427BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 30.58%
G = 11.93%
B = 57.49%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6427BC (or 0x6427BC) is known color: Purple Heart. HEX triplet: 64, 27 and BC. RGB value is (100,39,188). Sum of RGB (Red+Green+Blue) = 100+39+188=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #6427BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6427BC is #9BD843. Grayscale: #494949. Windows color (decimal): -10213444 or 12330852. OLE color: 12330852.

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

Color convert

RGB 100 39 188 -
CMYK 0.47 0.79 0 0.26
HSL 264.56º 0.66% 0.45% -
HSV(B) 264.56º 0.79% 0.74% -
XYZ 15.06 7.79 48.29 -
YUV 74.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 100 39 188 0.47 0.79 0 0.26 264.56 0.66 0.45
Hex 64 27 BC 2F 4F 0 1A 109 42 2D
Octal 144 47 274 57 117 0 32 411 102 55
Binary 1100100 100111 10111100 101111 1001111 0 11010 100001001 1000010 101101

Color Harmonies of #6427BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6427BC

Black with #6427BC

Text Example


Text Example

White with #6427BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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