Html Css Color HEX #6407BC Purple Heart

📋 copy color: '#6407BC'

red 100 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #6407BC

Tints of Purple Heart #6407BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 33.9%
G = 2.37%
B = 63.73%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6407BC (or 0x6407BC) is known color: Purple Heart. HEX triplet: 64, 07 and BC. RGB value is (100,7,188). Sum of RGB (Red+Green+Blue) = 100+7+188=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6407BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6407BC is #9BF843. Grayscale: #363636. Windows color (decimal): -10221636 or 12322660. OLE color: 12322660.

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

Color convert

RGB 100 7 188 -
CMYK 0.47 0.96 0 0.26
HSL 270.83º 0.93% 0.38% -
HSV(B) 270.83º 0.96% 0.74% -
XYZ 14.41 6.49 48.07 -
YUV 55.44 202.81 159.78 -
System Red Green Blue C M Y K H S L
Decimal 100 7 188 0.47 0.96 0 0.26 270.83 0.93 0.38
Hex 64 7 BC 2F 60 0 1A 10F 5D 26
Octal 144 7 274 57 140 0 32 417 135 46
Binary 1100100 111 10111100 101111 1100000 0 11010 100001111 1011101 100110

Color Harmonies of #6407BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407BC

Black with #6407BC

Text Example


Text Example

White with #6407BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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