Html Css Color HEX #422FBB Purple Heart

📋 copy color: '#422FBB'

red 66 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #422FBB

Tints of Purple Heart #422FBB

RGB

 RED value IS 66 (26.17% from 255) = 22%

 GREEN value IS 47 (18.75% from 255) = 15.67%

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 22%
G = 15.67%
B = 62.33%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#422FBB (or 0x422FBB) is known color: Purple Heart. HEX triplet: 42, 2F and BB. RGB value is (66,47,187). Sum of RGB (Red+Green+Blue) = 66+47+187=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #422FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FBB is #BDD044. Grayscale: #444444. Windows color (decimal): -12439621 or 12267330. OLE color: 12267330.

HSL color Cylindrical-coordinate representation of color #422FBB: hue angle of 248.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422FBB is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 47 187 -
CMYK 0.65 0.75 0 0.27
HSL 248.14º 0.6% 0.46% -
HSV(B) 248.14º 0.75% 0.73% -
XYZ 12.23 6.78 47.68 -
YUV 68.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 66 47 187 0.65 0.75 0 0.27 248.14 0.6 0.46
Hex 42 2F BB 41 4B 0 1B F8 3C 2E
Octal 102 57 273 101 113 0 33 370 74 56
Binary 1000010 101111 10111011 1000001 1001011 0 11011 11111000 111100 101110

Color Harmonies of #422FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FBB

Black with #422FBB

Text Example


Text Example

White with #422FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422FBB; }

 p { color: rgb(66,47,187); }

 H1.HeaderClassName
 {
   color: #422FBB;
 }
 .AnyTagClassName
 {
   color: #422FBB;
 }
</style>

background-color css

<style>
 a { background-color: #422FBB; }

 a { background-color: rgb(66,47,187); }

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

border-color css

<style>
 span { border-color: #422FBB; }

 span { border-color: rgb(66,47,187); }

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