Html Css Color HEX #6422BC Purple Heart

📋 copy color: '#6422BC'

red 100 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #6422BC

Tints of Purple Heart #6422BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 31.06%
G = 10.56%
B = 58.39%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6422BC (or 0x6422BC) is known color: Purple Heart. HEX triplet: 64, 22 and BC. RGB value is (100,34,188). Sum of RGB (Red+Green+Blue) = 100+34+188=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #6422BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422BC is #9BDD43. Grayscale: #464646. Windows color (decimal): -10214724 or 12329572. OLE color: 12329572.

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

Color convert

RGB 100 34 188 -
CMYK 0.47 0.82 0 0.26
HSL 265.71º 0.69% 0.44% -
HSV(B) 265.71º 0.82% 0.74% -
XYZ 14.9 7.48 48.24 -
YUV 71.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 100 34 188 0.47 0.82 0 0.26 265.71 0.69 0.44
Hex 64 22 BC 2F 52 0 1A 10A 45 2C
Octal 144 42 274 57 122 0 32 412 105 54
Binary 1100100 100010 10111100 101111 1010010 0 11010 100001010 1000101 101100

Color Harmonies of #6422BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422BC

Black with #6422BC

Text Example


Text Example

White with #6422BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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