Html Css Color HEX #6426BE Purple Heart

📋 copy color: '#6426BE'

red 100 ◦ green 38 ◦ blue 190

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

Shades of Purple Heart #6426BE

Tints of Purple Heart #6426BE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

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

R = 30.49%
G = 11.59%
B = 57.93%

CMYK

 C value IS 0.47

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6426BE (or 0x6426BE) is known color: Purple Heart. HEX triplet: 64, 26 and BE. RGB value is (100,38,190). Sum of RGB (Red+Green+Blue) = 100+38+190=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #6426BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6426BE is #9BD941. Grayscale: #494949. Windows color (decimal): -10213698 or 12461668. OLE color: 12461668.

HSL color Cylindrical-coordinate representation of color #6426BE: hue angle of 264.47º degrees, saturation: 0.67, 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 #6426BE is Cyan = 0.47, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 38 190 -
CMYK 0.47 0.8 0 0.25
HSL 264.47º 0.67% 0.45% -
HSV(B) 264.47º 0.8% 0.75% -
XYZ 15.24 7.81 49.42 -
YUV 73.87 193.54 146.64 -
System Red Green Blue C M Y K H S L
Decimal 100 38 190 0.47 0.8 0 0.25 264.47 0.67 0.45
Hex 64 26 BE 2F 50 0 19 108 43 2D
Octal 144 46 276 57 120 0 31 410 103 55
Binary 1100100 100110 10111110 101111 1010000 0 11001 100001000 1000011 101101

Color Harmonies of #6426BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6426BE

Black with #6426BE

Text Example


Text Example

White with #6426BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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