Html Css Color HEX #6426BF Purple Heart

📋 copy color: '#6426BF'

red 100 ◦ green 38 ◦ blue 191

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

Shades of Purple Heart #6426BF

Tints of Purple Heart #6426BF

RGB

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

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

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

R = 30.4%
G = 11.55%
B = 58.05%

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

#6426BF (or 0x6426BF) is known color: Purple Heart. HEX triplet: 64, 26 and BF. RGB value is (100,38,191). Sum of RGB (Red+Green+Blue) = 100+38+191=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #6426BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6426BF is #9BD940. Grayscale: #494949. Windows color (decimal): -10213697 or 12527204. OLE color: 12527204.

HSL color Cylindrical-coordinate representation of color #6426BF: hue angle of 264.31º 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 #6426BF is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 38 191 -
CMYK 0.48 0.80 0 0.25
HSL 264.31º 0.67% 0.45% -
HSV(B) 264.31º 0.8% 0.75% -
XYZ 15.35 7.86 50 -
YUV 73.98 194.04 146.56 -
System Red Green Blue C M Y K H S L
Decimal 100 38 191 0.48 0.80 0 0.25 264.31 0.67 0.45
Hex 64 26 BF 30 50 0 19 108 43 2D
Octal 144 46 277 60 120 0 31 410 103 55
Binary 1100100 100110 10111111 110000 1010000 0 11001 100001000 1000011 101101

Color Harmonies of #6426BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6426BF

Black with #6426BF

Text Example


Text Example

White with #6426BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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