Html Css Color HEX #4125CC Purple Heart

📋 copy color: '#4125CC'

red 65 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #4125CC

Tints of Purple Heart #4125CC

RGB

 RED value IS 65 (25.78% from 255) = 21.24%

 GREEN value IS 37 (14.84% from 255) = 12.09%

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 21.24%
G = 12.09%
B = 66.67%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4125CC (or 0x4125CC) is known color: Purple Heart. HEX triplet: 41, 25 and CC. RGB value is (65,37,204). Sum of RGB (Red+Green+Blue) = 65+37+204=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #4125CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125CC is #BEDA33. Grayscale: #3F3F3F. Windows color (decimal): -12507700 or 13378881. OLE color: 13378881.

HSL color Cylindrical-coordinate representation of color #4125CC: hue angle of 250.06º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4125CC is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 37 204 -
CMYK 0.68 0.82 0 0.2
HSL 250.06º 0.69% 0.47% -
HSV(B) 250.06º 0.82% 0.8% -
XYZ 13.74 6.81 57.72 -
YUV 64.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 65 37 204 0.68 0.82 0 0.2 250.06 0.69 0.47
Hex 41 25 CC 44 52 0 14 FA 45 2F
Octal 101 45 314 104 122 0 24 372 105 57
Binary 1000001 100101 11001100 1000100 1010010 0 10100 11111010 1000101 101111

Color Harmonies of #4125CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125CC

Black with #4125CC

Text Example


Text Example

White with #4125CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4125CC; }

 p { color: rgb(65,37,204); }

 H1.HeaderClassName
 {
   color: #4125CC;
 }
 .AnyTagClassName
 {
   color: #4125CC;
 }
</style>

background-color css

<style>
 a { background-color: #4125CC; }

 a { background-color: rgb(65,37,204); }

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

border-color css

<style>
 span { border-color: #4125CC; }

 span { border-color: rgb(65,37,204); }

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